]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Enable one disabled tests in NEC plugin that blocked by 1229954
authorzhhuabj <zhhuabj@cn.ibm.com>
Tue, 15 Oct 2013 05:55:13 +0000 (13:55 +0800)
committerzhhuabj <zhhuabj@cn.ibm.com>
Tue, 15 Oct 2013 06:03:10 +0000 (14:03 +0800)
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

index ed3b2680f64d20ef2b823c1b1b1972de848aaf0d..8d22a5c3ee5353427dfb8ca5e47f3ee2a1ca1545 100644 (file)
@@ -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,