Remove asynchronous Unit testcases 23/8523/2
authorying.yunlong <ying.yunlong@zte.com.cn>
Thu, 24 Aug 2017 00:50:24 +0000 (08:50 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Thu, 24 Aug 2017 07:54:51 +0000 (15:54 +0800)
Remove asynchronous unit case temporarily.
Because the redis service is not available.

Change-Id: Ic97bab0064547763b6da77f19e257f33b9be2809
Issue-ID: VFC-98
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
lcm/lcm/nf/vnfs/tests/test_vnf_cancel.py

index 52dbbe3..198117a 100644 (file)
@@ -117,4 +117,4 @@ class TestNFTerminate(TestCase):
         JobUtil.add_job_status(self.job_id, 0, "INST_VNF_READY")
         TermVnf(data, nf_inst_id=self.nf_inst_id, job_id=self.job_id).run()
         self.assert_job_result(self.job_id, 100, "Terminate Vnf success.")
-    """
+    """
\ No newline at end of file