summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/nf/tests/test_create_vnf.py
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2019-04-19 10:19:40 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2019-04-19 10:19:40 +0800
commit74c937ccfbdaa77c8377d209e4b22156a3137a15 (patch)
treed55a785eb3cde6bcab80830af9483870136e77ba /lcm/lcm/nf/tests/test_create_vnf.py
parentf9710137aaa97148bc62f5ecd6767420af4f4fea (diff)
refactor codes for vnflcm
Change-Id: I5e1d539a80ab4c8cbf0e26eccc618292ece4b45c Issue-ID: VFC-1307 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'lcm/lcm/nf/tests/test_create_vnf.py')
-rw-r--r--lcm/lcm/nf/tests/test_create_vnf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/lcm/nf/tests/test_create_vnf.py b/lcm/lcm/nf/tests/test_create_vnf.py
index 4ded31ce..66b1a251 100644
--- a/lcm/lcm/nf/tests/test_create_vnf.py
+++ b/lcm/lcm/nf/tests/test_create_vnf.py
@@ -18,7 +18,7 @@ import mock
from django.test import TestCase
from rest_framework import status
from rest_framework.test import APIClient
-from lcm.nf.const import vnfpackage_info
+from .const import vnfpackage_info
from lcm.pub.database.models import NfInstModel, JobStatusModel
from lcm.pub.utils import restcall
from lcm.pub.utils.timeutil import now_time