diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-24 08:50:24 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-24 15:54:51 +0800 |
commit | 11866729faf4554f4adce209d6ad037ff3d682f0 (patch) | |
tree | 1eada23dadcd31d0e007d840a12635fc9e7f0f54 /lcm | |
parent | ddf0ce104f2b8103a683b6207ad5f1cfd451da36 (diff) |
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 <ying.yunlong@zte.com.cn>
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/lcm/nf/vnfs/tests/test_vnf_cancel.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |