From c6c4c70bd97817ab61d8834b4fc20142272f12fd Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Mon, 7 Dec 2015 03:59:27 +0200 Subject: [PATCH] Enables conductor py3 unit tests Enables conductor unit tests for gate-nova-python34, as they are python 3 compatible. Partially implements blueprint: nova-python3-mitaka Change-Id: I8fd40798a437dfd7f38bd7f676da0bf2666d4206 --- tests-py3.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests-py3.txt b/tests-py3.txt index 3d63f3043ca1..963ebeebbf2b 100644 --- a/tests-py3.txt +++ b/tests-py3.txt @@ -78,10 +78,6 @@ nova.tests.unit.compute.test_compute_cells.CellsComputeAPITestCase nova.tests.unit.compute.test_host_api.ComputeHostAPICellsTestCase nova.tests.unit.compute.test_resources.BaseTestCase nova.tests.unit.compute.test_tracker.TestMoveClaim -nova.tests.unit.conductor.test_conductor.ConductorLocalComputeTaskAPITestCase -nova.tests.unit.conductor.test_conductor.ConductorTaskAPITestCase -nova.tests.unit.conductor.test_conductor.ConductorTaskRPCAPITestCase -nova.tests.unit.conductor.test_conductor.ConductorTaskTestCase nova.tests.unit.console.test_websocketproxy.NovaProxyRequestHandlerBaseTestCase nova.tests.unit.consoleauth.test_consoleauth.ControlauthMemcacheEncodingTestCase nova.tests.unit.db.test_migrations.TestNovaMigrationsMySQL