From 14295be0edba4070a604d93b4e9acb91d5ed39d2 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 31 Dec 2015 08:12:54 -0800 Subject: [PATCH] xen: block BootableTestCase from py34 testing The tests use mox which isn't stable with py34 testing, there are race failures with the assertions. This test fails in unexpected ways in unrelated changes so we need to blacklist it from py34 testing. Change-Id: Ieb972f4705254af4b014d79a39bd6d78ad0b6376 Closes-Bug: #1526369 --- tests-py3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests-py3.txt b/tests-py3.txt index aa08ae2c6352..9fb93f159e23 100644 --- a/tests-py3.txt +++ b/tests-py3.txt @@ -203,6 +203,7 @@ nova.tests.unit.virt.xenapi.test_agent.FileInjectionTestCase nova.tests.unit.virt.xenapi.test_vm_utils.ResizeFunctionTestCase nova.tests.unit.virt.xenapi.test_vm_utils.ScanSrTestCase nova.tests.unit.virt.xenapi.test_vm_utils.UnplugVbdTestCase +nova.tests.unit.virt.xenapi.test_vmops.BootableTestCase nova.tests.unit.virt.xenapi.test_vmops.GetConsoleOutputTestCase nova.tests.unit.virt.xenapi.test_volume_utils.ParseVolumeInfoTestCase nova.tests.unit.virt.xenapi.test_xenapi.HypervisorPoolTestCase