From 9a8a67022cd4f0dd0995a2c9861292af8346f795 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Fri, 23 Dec 2016 13:01:25 +0800 Subject: [PATCH] Enble compute.test_compute_mgr.ComputeManagerUnitTestCase on Python 3 Enable unstable test one by one and figure out failure easily when it fails again. Partially-Implements: blueprint goal-python35 Change-Id: Ie396241de6e677cdb25778c1dfb2307b40156bfa --- tests-py3.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests-py3.txt b/tests-py3.txt index c4a1c459d0..687f53814a 100644 --- a/tests-py3.txt +++ b/tests-py3.txt @@ -26,7 +26,6 @@ nova.tests.unit.virt.xenapi.test_vm_utils.UnplugVbdTestCase # NOTE(dims): The following tests randomly fail in the gate. Please be # careful before you re-enable them ########################################################################## -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.vmwareapi.test_configdrive.ConfigDriveTestCase