Use python-ec2api-tests-tempest package

* Due to tempest plugin split goal, the package name is changed
from python-ec2-api-tests to python-ec2api-tests-tempest

Change-Id: Ie8fd926eebe9473e146c871d6e38f009ab682e85
This commit is contained in:
Chandan Kumar 2018-01-15 16:46:39 +05:30
parent 63c8abcc33
commit 40d8428d10
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class tempest::params {
$python_zaqar_tests = 'python-zaqar-tests-tempest'
$python_congress_tests = 'python-congress-tests-tempest'
$python_octavia_tests = 'python-octavia-tests-tempest'
$python_ec2api_tests = 'python-ec2-api-tests'
$python_ec2api_tests = 'python-ec2api-tests-tempest'
$python_barbican_tests = 'python-barbican-tests-tempest'
$package_name = 'openstack-tempest'
}