diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-14 17:08:59 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-14 19:05:14 +0800 |
commit | c37933b31232eab745089f1e5e3f682f095599c6 (patch) | |
tree | a56e0f323e761ac4baf91da243486fdba40e3911 /test/csit/tests/vfc/nfvo-lcm | |
parent | a12f3bbec8c441894aae162e4f2f5c58ef58c311 (diff) |
Add robot SCRIPTS env for vfc-nfvo-lcm
Change-Id: I1219aa7c6bf90b242e4952b1cbcd7d38eba7db29
Issue-Id: INT-201
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'test/csit/tests/vfc/nfvo-lcm')
-rw-r--r-- | test/csit/tests/vfc/nfvo-lcm/jsoninput/create_ns.json | 3 | ||||
-rw-r--r-- | test/csit/tests/vfc/nfvo-lcm/test.robot | 3 |
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} |