Adding BGPVPN tempest plugin to service_available section

Change-Id: Icc35b9f618685f0f9179880501878a1b5642a188
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
This commit is contained in:
Ricardo Noriega 2017-04-20 17:50:22 +02:00
parent 418a03f4d2
commit 1b092944e1
2 changed files with 2 additions and 0 deletions

View File

@ -533,6 +533,7 @@ the future release. Please use tempest::package_ensure instead.")
'service_available/aodh': value => $aodh_available;
# https://bugs.launchpad.net/aodh/+bug/1611406
'service_available/aodh_plugin': value => $aodh_available;
'service_available/bgpvpn': value => $neutron_bgpvpn_available;
'service_available/gnocchi': value => $gnocchi_available;
'service_available/panko': value => $panko_available;
'service_available/designate': value => $designate_available;

View File

@ -248,6 +248,7 @@ describe 'tempest' do
is_expected.to contain_tempest_config('service_available/ceilometer').with(:value => false)
is_expected.to contain_tempest_config('service_available/aodh').with(:value => false)
is_expected.to contain_tempest_config('service_available/aodh_plugin').with(:value => false)
is_expected.to contain_tempest_config('service_available/bgpvpn').with(:value => false)
is_expected.to contain_tempest_config('service_available/gnocchi').with(:value => false)
is_expected.to contain_tempest_config('service_available/panko').with(:value => false)
is_expected.to contain_tempest_config('service_available/horizon').with(:value => true)