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/jsoninput/create_ns.json | |
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/jsoninput/create_ns.json')
-rw-r--r-- | test/csit/tests/vfc/nfvo-lcm/jsoninput/create_ns.json | 3 |
1 files changed, 2 insertions, 1 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 |