scenario002: ignore ec2api snapshot test

It fails on RDO CI:
https://centos.logs.rdoproject.org/weirdo-generic-puppet-openstack-scenario002/3935/weirdo-project/logs/testr_results.html.gz

Until we figure out, let's disable it.

Change-Id: Ia94a91fd55651c7dacaee9b1614928250087952f
This commit is contained in:
Emilien Macchi 2018-01-03 18:59:38 -08:00
parent 858122ca0e
commit 2ddf0ba395

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(?!.*_vpn_connection)" >> /tmp/openstack/tempest/test-whitelist.txt
echo "ec2api.tests.functional.api.*test_create_delete(?!.*_snapshot)(?!.*_vpn_connection)" >> /tmp/openstack/tempest/test-whitelist.txt
# Cinder Backup
echo "VolumesBackupsAdminV2Test" >> /tmp/openstack/tempest/test-whitelist.txt