Merge "modulesync: sync and add nodepool-bionic for beaker"

This commit is contained in:
Zuul 2018-07-23 20:46:02 +00:00 committed by Gerrit Code Review
commit 5293e9859a
3 changed files with 13 additions and 3 deletions

View File

@ -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]

View 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

View File

@ -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