From e5158eb918649eb04d6e6406f01ba39c9a36d94b Mon Sep 17 00:00:00 2001 From: zhhuabj Date: Tue, 15 Oct 2013 13:55:13 +0800 Subject: [PATCH] Enable one disabled tests in NEC plugin that blocked by 1229954 Enable the disabled tests in NEC plugin that blocked by 1229954 https://github.com/openstack/neutron/blob/master/neutron /tests/unit/nec/test_security_group.py#L64 Change-Id: Id15c5b431773d05f13201cdcd126ff2fa9f6aa06 Related-Bug: #1229954 --- neutron/tests/unit/nec/test_security_group.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/neutron/tests/unit/nec/test_security_group.py b/neutron/tests/unit/nec/test_security_group.py index ed3b2680f..8d22a5c3e 100644 --- a/neutron/tests/unit/nec/test_security_group.py +++ b/neutron/tests/unit/nec/test_security_group.py @@ -61,11 +61,10 @@ class TestNecSGServerRpcCallBack( pass -# TODO(amotoki): The test is blocked by 1229954 -# class TestNecSGServerRpcCallBackXML( -# test_sg_rpc.SGServerRpcCallBackMixinTestCaseXML, -# NecSecurityGroupsTestCase): -# pass +class TestNecSGServerRpcCallBackXML( + test_sg_rpc.SGServerRpcCallBackMixinTestCaseXML, + NecSecurityGroupsTestCase): + pass class TestNecSecurityGroups(NecSecurityGroupsTestCase, -- 2.45.2