From d11c973ca17c902e3e000a5b81c38cfcee85448d Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 6 Jan 2016 16:56:41 -0500 Subject: [PATCH] Block more flaky py34 tests Add more tests from Zuul/Rechecks/Uncategorized page [1] [1] http://status.openstack.org//elastic-recheck/data/uncategorized.html Change-Id: Id9df02009722c0e1e07414384b3001e634a6bba0 --- tests-py3.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests-py3.txt b/tests-py3.txt index 8ab3ecafbc42..8e5cc5fed903 100644 --- a/tests-py3.txt +++ b/tests-py3.txt @@ -219,4 +219,6 @@ nova.tests.unit.volume.test_cinder.CinderApiTestCase nova.tests.unit.compute.test_compute_mgr.ComputeManagerUnitTestCase nova.tests.unit.network.test_neutronv2.TestNeutronv2 nova.tests.unit.virt.test_virt_drivers.AbstractDriverTestCase -nova.tests.unit.virt.xenapi.test_vmops.BootableTestCase \ No newline at end of file +nova.tests.unit.virt.vmwareapi.test_driver_api.VMwareAPIVMTestCase +nova.tests.unit.virt.xenapi.test_vmops.BootableTestCase +nova.tests.unit.virt.xenapi.test_vmops.SpawnTestCase \ No newline at end of file