Add Puppet Litmus

Change-Id: I8013f180b552fffb9c966c7329a3b6c3435fbc5b
Depends-On: https://review.opendev.org/#/c/740601/
This commit is contained in:
ZhongShengping 2022-11-07 10:55:50 +08:00
parent d28440c0fc
commit 98cef7d146
1 changed files with 2 additions and 19 deletions

View File

@ -12,9 +12,8 @@ Team and repository tags
3. [Setup - The basics of getting started with {{cookiecutter.project_name}}](#setup)
4. [Implementation - An under-the-hood peek at what the module is doing](#implementation)
5. [Limitations - OS compatibility, etc.](#limitations)
6. [Beaker-Rspec - Beaker-rspec tests for the project](#beaker-rspec)
7. [Development - Guide for contributing to the module](#development)
8. [Contributors - Those with commits](#contributors)
6. [Development - Guide for contributing to the module](#development)
7. [Contributors - Those with commits](#contributors)
Overview
--------
@ -54,22 +53,6 @@ Limitations
* All the {{cookiecutter.project_name}} types use the CLI tools and so need to be ran on the {{cookiecutter.project_name}} node.
Beaker-Rspec
------------
This module has beaker-rspec tests
To run the tests on the default vagrant node:
```shell
bundle install
bundle exec rake acceptance
```
For more information on writing and running beaker-rspec tests visit the documentation:
* https://github.com/puppetlabs/beaker-rspec/blob/master/README.md
Development
-----------