Disable flaky ec2-api tempest test.
test_assign_unassign_private_addresses_by_addresses seems to be flaky and is being disabled until the race condition has been identified and fixed. Change-Id: If4ffe5afec22619b2a33b63b1857b661d89dcc4b
This commit is contained in:
parent
a15442dc1d
commit
d7d1321081
@ -208,7 +208,9 @@ echo "v2.test_queues.TestManageQueue" >> /tmp/openstack/tempest/test-whitelist.t
|
|||||||
# Note: VPN tests require VPNaaS, which doesn't work yet in puppet-tempest. As
|
# Note: 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
|
# soon as enabling neutron_vpnaas_available works there, the VPN tests can be
|
||||||
# included.
|
# included.
|
||||||
echo "ec2api.tests.functional((?!_vpn_).)*$" >> /tmp/openstack/tempest/test-whitelist.txt
|
# test_assign_unassign_private_addresses_by_addresses seems to be flaky and is
|
||||||
|
# also disabled for now.
|
||||||
|
echo "ec2api.tests.functional((?!_vpn_|test_assign_unassign_private_addresses_by_addresses).)*$" >> /tmp/openstack/tempest/test-whitelist.txt
|
||||||
|
|
||||||
# Cinder Backup
|
# Cinder Backup
|
||||||
echo "VolumesBackupsAdminV2Test" >> /tmp/openstack/tempest/test-whitelist.txt
|
echo "VolumesBackupsAdminV2Test" >> /tmp/openstack/tempest/test-whitelist.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user