From 11866729faf4554f4adce209d6ad037ff3d682f0 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Thu, 24 Aug 2017 08:50:24 +0800 Subject: [PATCH] Remove asynchronous Unit testcases Remove asynchronous unit case temporarily. Because the redis service is not available. Change-Id: Ic97bab0064547763b6da77f19e257f33b9be2809 Issue-ID: VFC-98 Signed-off-by: ying.yunlong --- lcm/lcm/nf/vnfs/tests/test_vnf_cancel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcm/lcm/nf/vnfs/tests/test_vnf_cancel.py b/lcm/lcm/nf/vnfs/tests/test_vnf_cancel.py index 52dbbe34..198117ac 100644 --- a/lcm/lcm/nf/vnfs/tests/test_vnf_cancel.py +++ b/lcm/lcm/nf/vnfs/tests/test_vnf_cancel.py @@ -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 -- 2.16.6