From f1103392b9a042c459e4c3d5f5d0f2d02afcfda9 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Fri, 23 Dec 2016 13:05:00 +0800 Subject: [PATCH] Enble network.test_neutronv2.TestNeutronv2 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: I2fb79178184cb9b300023e38a414621a0ca6ccbc --- tests-py3.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests-py3.txt b/tests-py3.txt index 687f53814ac2..96344ca4e736 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.network.test_neutronv2.TestNeutronv2 nova.tests.unit.virt.test_virt_drivers.AbstractDriverTestCase nova.tests.unit.virt.vmwareapi.test_configdrive.ConfigDriveTestCase nova.tests.unit.virt.vmwareapi.test_driver_api.VMwareAPIVMTestCase