Fixed the test name of ec2api tempest tests

* Due to tempest plugin split goal, the test path
  ec2api.tests.functional is moved to ec2api_tempest_plugin
  in new repo. Since python-ec2api-tempest-plugin is packaged in
  RDO, let's consume it.
* https://review.rdoproject.org/r/11292

Change-Id: Iab207122705cb91de57f852520101f6b35b4cbca
This commit is contained in:
Chandan Kumar 2018-01-15 16:54:37 +05:30
parent ec810b103a
commit 169d4aa835
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ echo "v2.test_queues.TestManageQueue" >> /tmp/openstack/tempest/test-whitelist.t
# VPN tests require VPNaaS, which doesn't work yet in puppet-tempest.
# As soon as enabling neutron_vpnaas_available works there, the VPN tests can
# be included.
echo "ec2api.tests.functional.api.*test_create_delete(?!.*_snapshot)(?!.*_vpn_connection)" >> /tmp/openstack/tempest/test-whitelist.txt
echo "ec2api_tempest_plugin.api.*test_create_delete(?!.*_snapshot)(?!.*_vpn_connection)" >> /tmp/openstack/tempest/test-whitelist.txt
# Cinder Backup
echo "VolumesBackupsAdminV2Test" >> /tmp/openstack/tempest/test-whitelist.txt