From: ying.yunlong Date: Thu, 24 Aug 2017 00:50:24 +0000 (+0800) Subject: Remove asynchronous Unit testcases X-Git-Tag: v1.0.0~55 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fgvnfm%2Fvnflcm.git;a=commitdiff_plain;h=11866729faf4554f4adce209d6ad037ff3d682f0 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 --- 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