Refactor codes for vfc-nfvo-lcm
[vfc/nfvo/lcm.git] / lcm / ns / tests / test_scaleaspect.py
similarity index 99%
rename from lcm/pub/tests/test_scaleaspect.py
rename to lcm/ns/tests/test_scaleaspect.py
index ce7704b..f32d22d 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 from django.test import TestCase
-from lcm.pub.utils.scaleaspect import get_json_data
+from lcm.ns.scaleaspect import get_json_data
 from lcm.pub.database.models import NfInstModel
 from lcm.pub.database.models import NSInstModel
 from lcm.pub.utils.timeutil import now_time