Add Puppet Litmus
Depends-On: https://review.opendev.org/#/c/740601/ Change-Id: Ifacde3ab75a596b1df0317676161965730339252
This commit is contained in:
parent
c5ee8aae63
commit
37e54a0825
@ -3,5 +3,5 @@
|
|||||||
- puppet-openstack-check-jobs
|
- puppet-openstack-check-jobs
|
||||||
- puppet-openstack-module-unit-jobs
|
- puppet-openstack-module-unit-jobs
|
||||||
- puppet-openstack-integration-jobs-all
|
- puppet-openstack-integration-jobs-all
|
||||||
- puppet-openstack-beaker-jobs
|
- puppet-openstack-litmus-jobs
|
||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
|
13
README.md
13
README.md
@ -15,7 +15,6 @@ Tempest
|
|||||||
3. [Contributors - Those with commits](#contributors)
|
3. [Contributors - Those with commits](#contributors)
|
||||||
4. [Release Notes - Release notes for the project](#release-notes)
|
4. [Release Notes - Release notes for the project](#release-notes)
|
||||||
5. [Repository - The project source code repository](#repository)
|
5. [Repository - The project source code repository](#repository)
|
||||||
6. [Beaker-Rspec - Beaker-rspec tests for the project](#beaker-rspec)
|
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
--------
|
--------
|
||||||
@ -49,15 +48,3 @@ Repository
|
|||||||
----------
|
----------
|
||||||
|
|
||||||
* https://opendev.org/openstack/puppet-tempest
|
* https://opendev.org/openstack/puppet-tempest
|
||||||
|
|
||||||
Beaker-Rspec
|
|
||||||
------------
|
|
||||||
|
|
||||||
This module has beaker-rspec tests
|
|
||||||
|
|
||||||
To run:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
bundle install
|
|
||||||
bundle exec rspec spec/acceptance
|
|
||||||
```
|
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
centos-server-70-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: el-7-x86_64
|
|
||||||
box: puppetlabs/centos-7.0-64-nocm
|
|
||||||
box_url: https://vagrantcloud.com/puppetlabs/centos-7.0-64-nocm
|
|
||||||
hypervisor: vagrant
|
|
||||||
CONFIG:
|
|
||||||
log_level: debug
|
|
||||||
type: foss
|
|
@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
ubuntu-server-14.04-amd64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: ubuntu-14.04-amd64
|
|
||||||
box: puppetlabs/ubuntu-14.04-64-nocm
|
|
||||||
box_url: https://vagrantcloud.com/puppetlabs/ubuntu-14.04-64-nocm
|
|
||||||
hypervisor: vagrant
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
ubuntu-18.04-amd64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: ubuntu-18.04-amd64
|
|
||||||
hypervisor: none
|
|
||||||
ip: 127.0.0.1
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
set_env: false
|
|
@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
centos-70-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: el-7-x86_64
|
|
||||||
hypervisor: none
|
|
||||||
ip: 127.0.0.1
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
set_env: false
|
|
@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
centos-80-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: el-8-x86_64
|
|
||||||
hypervisor: none
|
|
||||||
ip: 127.0.0.1
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
set_env: false
|
|
@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
ubuntu-14.04-amd64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: ubuntu-14.04-amd64
|
|
||||||
hypervisor: none
|
|
||||||
ip: 127.0.0.1
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
set_env: false
|
|
@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
ubuntu-16.04-amd64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: ubuntu-16.04-amd64
|
|
||||||
hypervisor: none
|
|
||||||
ip: 127.0.0.1
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
set_env: false
|
|
@ -1,11 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
ubuntu-server-14.04-amd64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: ubuntu-14.04-amd64
|
|
||||||
box: puppetlabs/ubuntu-14.04-64-nocm
|
|
||||||
box_url: https://vagrantcloud.com/puppetlabs/ubuntu-14.04-64-nocm
|
|
||||||
hypervisor: vagrant
|
|
||||||
CONFIG:
|
|
||||||
log_level: debug
|
|
||||||
type: foss
|
|
@ -1 +1 @@
|
|||||||
require 'puppet-openstack_spec_helper/beaker_spec_helper'
|
require 'puppet-openstack_spec_helper/litmus_spec_helper'
|
||||||
|
Loading…
Reference in New Issue
Block a user