add VFC NS query via CSARID
[vfc/nfvo/lcm.git] / lcm / ns / tests / test_ns_create.py
index 1182184..a1b836e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2016 ZTE Corporation.
+# Copyright 2017 ZTE Corporation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -35,5 +35,5 @@ class TestNsInstantiate(TestCase):
             'nsdid': self.nsd_id,
             'nsname': 'ns',
             'description': 'description'}
-        response = self.client.post("/openoapi/nslcm/v1/ns", data=data)
+        response = self.client.post("/api/nslcm/v1/ns", data=data)
         self.failUnlessEqual(status.HTTP_201_CREATED, response.status_code)