Fixed the tempest package name for neutron l2gw plugin

The correct package name for neutron l2gw plugin is
python-networking-l2gw-tests-tempest.

Change-Id: I5671813a52e56da9ee858d0f1cac177b7d20b1d7
This commit is contained in:
Chandan Kumar 2017-07-17 23:23:13 +05:30
parent 58a49e092c
commit dc78cae90c
3 changed files with 3 additions and 3 deletions

View File

@ -678,7 +678,7 @@ the future release. Please use tempest::package_ensure instead.")
}
}
if $neutron_l2gw_available and $::tempest::params::python_l2gw_tests {
package { 'python-networking-l2gw-tests':
package { 'python-networking-l2gw-tests-tempest':
ensure => present,
name => $::tempest::params::python_l2gw_tests,
tag => ['openstack', 'tempest-package'],

View File

@ -30,7 +30,7 @@ class tempest::params {
$python_neutron_tests = 'python-neutron-tests'
$python_fwaas_tests = 'python-neutron-fwaas-tests'
$python_lbaas_tests = 'python-neutron-lbaas-tests'
$python_l2gw_tests = 'python-networking-l2gw-tests'
$python_l2gw_tests = 'python-networking-l2gw-tests-tempest'
$python_vpnaas_tests = 'python-neutron-vpnaas-tests'
$python_nova_tests = 'python-nova-tests'
$python_sahara_tests = 'python-sahara-tests-tempest'

View File

@ -407,7 +407,7 @@ describe 'tempest' do
it { expect { is_expected.to contain_package('python-neutron-lbaas-tests') } }
it { expect { is_expected.to contain_package('python-neutron-vpnaas-tests') } }
it { expect { is_expected.to contain_package('python-networking-bgpvpn-tests') } }
it { expect { is_expected.to contain_package('python-networking-l2gw-tests') } }
it { expect { is_expected.to contain_package('python-networking-l2gw-tests-tempest') } }
it { expect { is_expected.to contain_package('python-horizon-tests-tempest') } }
end
end