summaryrefslogtreecommitdiffstats
path: root/test/csit/tests/vfc/nfvo-lcm
diff options
context:
space:
mode:
Diffstat (limited to 'test/csit/tests/vfc/nfvo-lcm')
-rw-r--r--test/csit/tests/vfc/nfvo-lcm/jsoninput/create_ns.json3
-rw-r--r--test/csit/tests/vfc/nfvo-lcm/test.robot3
2 files changed, 4 insertions, 2 deletions
diff --git a/test/csit/tests/vfc/nfvo-lcm/jsoninput/create_ns.json b/test/csit/tests/vfc/nfvo-lcm/jsoninput/create_ns.json
index 0d2027f21..bb39364bb 100644
--- a/test/csit/tests/vfc/nfvo-lcm/jsoninput/create_ns.json
+++ b/test/csit/tests/vfc/nfvo-lcm/jsoninput/create_ns.json
@@ -1,5 +1,6 @@
{
"nsName": "ns1",
"csarId": "123",
- "description": "ns1 desc"
+ "description": "ns1 desc",
+ "test": "test"
} \ No newline at end of file
diff --git a/test/csit/tests/vfc/nfvo-lcm/test.robot b/test/csit/tests/vfc/nfvo-lcm/test.robot
index 71bf6acad..44d23292e 100644
--- a/test/csit/tests/vfc/nfvo-lcm/test.robot
+++ b/test/csit/tests/vfc/nfvo-lcm/test.robot
@@ -4,6 +4,7 @@ Library Collections
Library RequestsLibrary
Library OperatingSystem
Library json
+Library HttpLibrary.HTTP
*** Variables ***
@{return_ok_list}= 200 201 202 204
@@ -12,7 +13,7 @@ ${create_ns_url} /api/nslcm/v1/ns
${delete_ns_url} /api/nslcm/v1/ns
#json files
-${create_ns_json} ${SCRIPTS}/../test/vfc/nfvo-lcm/jsoninput/create_ns.json
+${create_ns_json} ${SCRIPTS}/../tests/vfc/nfvo-lcm/jsoninput/create_ns.json
#global variables
${nsInstId}