L2GW section should contain l2gw_switch parameter
Change-Id: I4afb025498b4cfc92bfc165ebeb74a9e9f87164f Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
This commit is contained in:
parent
fd03e7e3e8
commit
21ade7785d
@ -525,8 +525,8 @@ the future release. Please use tempest::package_ensure instead.")
|
||||
'identity-feature-enabled/api_v3': value => $keystone_v3;
|
||||
'image-feature-enabled/api_v1': value => $glance_v1;
|
||||
'image-feature-enabled/api_v2': value => $glance_v2;
|
||||
'l2gw/l2gw_switch': value => $l2gw_switch;
|
||||
'network-feature-enabled/api_extensions': value => $neutron_api_extensions;
|
||||
'network/l2gw_switch': value => $l2gw_switch;
|
||||
'network/public_network_id': value => $public_network_id;
|
||||
'network/public_router_id': value => $public_router_id;
|
||||
'dashboard/login_url': value => $login_url;
|
||||
|
@ -235,8 +235,8 @@ describe 'tempest' do
|
||||
is_expected.to contain_tempest_config('identity-feature-enabled/api_v3').with(:value => true)
|
||||
is_expected.to contain_tempest_config('image-feature-enabled/api_v1').with(:value => true)
|
||||
is_expected.to contain_tempest_config('image-feature-enabled/api_v2').with(:value => true)
|
||||
is_expected.to contain_tempest_config('l2gw/l2gw_switch').with(:value => nil)
|
||||
is_expected.to contain_tempest_config('network-feature-enabled/api_extensions').with(:value => nil)
|
||||
is_expected.to contain_tempest_config('network/l2gw_switch').with(:value => nil)
|
||||
is_expected.to contain_tempest_config('network/public_network_id').with(:value => nil)
|
||||
is_expected.to contain_tempest_config('network/public_router_id').with(:value => '')
|
||||
is_expected.to contain_tempest_config('dashboard/login_url').with(:value => nil)
|
||||
|
Loading…
x
Reference in New Issue
Block a user