From 98cef7d1465715e9c8195463846af812a3758aa9 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Mon, 7 Nov 2022 10:55:50 +0800 Subject: [PATCH] Add Puppet Litmus Change-Id: I8013f180b552fffb9c966c7329a3b6c3435fbc5b Depends-On: https://review.opendev.org/#/c/740601/ --- .../README.md | 21 ++----------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/puppet-{{cookiecutter.project_name}}/README.md b/puppet-{{cookiecutter.project_name}}/README.md index 1c34e98..d9b4ace 100644 --- a/puppet-{{cookiecutter.project_name}}/README.md +++ b/puppet-{{cookiecutter.project_name}}/README.md @@ -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 -----------