From c37933b31232eab745089f1e5e3f682f095599c6 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Thu, 14 Sep 2017 17:08:59 +0800 Subject: Add robot SCRIPTS env for vfc-nfvo-lcm Change-Id: I1219aa7c6bf90b242e4952b1cbcd7d38eba7db29 Issue-Id: INT-201 Signed-off-by: fujinhua --- test/csit/tests/vfc/nfvo-lcm/jsoninput/create_ns.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/csit/tests/vfc/nfvo-lcm/jsoninput') 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 -- cgit 1.2.3-korg