Modify test scripts of F version and add instructions about it
[vfc/nfvo/lcm.git] / resources / testscripts / F-version / ns / ns_create.py
index 32f39f5..eca0b68 100644 (file)
@@ -1,7 +1,9 @@
 import json
 import httplib2
 
-full_url = 'https://192.168.235.89:30283/api/nsd/v1/ns_descriptors'
+from testscripts.const import MSB_BASE_URL
+
+full_url = MSB_BASE_URL + '/api/nsd/v1/ns_descriptors'
 ud_data = {'userDefinedData': {"key2": "value2"}}
 headers = {'content-type': 'application/json', 'accept': 'application/json'}
 ca_certs = None