modulesync: sync and add nodepool-bionic for beaker
Change-Id: Ibec4a6e82d41a6f8c5e07a5d6b2ca32fab55de83
This commit is contained in:
parent
2053807465
commit
da1b4faad5
@ -1,5 +1,5 @@
|
||||
# This is a cross-platform list tracking distribution packages needed by tests;
|
||||
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
||||
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
||||
|
||||
libxml2-devel [test platform:rpm]
|
||||
libxml2-dev [test platform:dpkg]
|
||||
|
10
spec/acceptance/nodesets/nodepool-bionic.yml
Normal file
10
spec/acceptance/nodesets/nodepool-bionic.yml
Normal file
@ -0,0 +1,10 @@
|
||||
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
|
@ -5,7 +5,7 @@ describe 'tempest' do
|
||||
|
||||
let :pre_condition do
|
||||
"include ::glance
|
||||
class { 'neutron': rabbit_password => 'passw0rd' }"
|
||||
include ::neutron"
|
||||
end
|
||||
|
||||
context 'without parameters' do
|
||||
@ -363,7 +363,7 @@ describe 'tempest' do
|
||||
shared_examples 'tempest with plugins packages' do
|
||||
let :pre_condition do
|
||||
"include ::glance
|
||||
class { 'neutron': rabbit_password => 'passw0rd' }"
|
||||
include ::neutron"
|
||||
end
|
||||
|
||||
context 'with when managing tests packages for keystone (required service)' do
|
||||
|
Loading…
Reference in New Issue
Block a user