SOL003 API Align
[vfc/nfvo/lcm.git] / lcm / ns / tests / test_scaleaspect.py
index 401d249..a235c9d 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+import os
+
 from django.test import TestCase
-from lcm.ns.scaleaspect import get_json_data
-from lcm.pub.database.models import NfInstModel
+
+from lcm.ns.biz.scaleaspect import get_json_data
 from lcm.pub.database.models import NSInstModel
+from lcm.pub.database.models import NfInstModel
 from lcm.pub.utils.timeutil import now_time
-import os
 
 
 class TestScaleAspect(TestCase):