From 6c9c91dbdcea92d9c4b2c9102daff5e8c0d4e33a Mon Sep 17 00:00:00 2001 From: fujinhua Date: Mon, 18 Feb 2019 10:49:29 +0800 Subject: Fix csit error for nslcm Change-Id: I0f0a62bee5facfbafe668ec079a3555ffda53579 Issue-ID: INT-887 Signed-off-by: fujinhua --- tests/vfc/nfvo-lcm/jsoninput/create_ns.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/vfc/nfvo-lcm/jsoninput') diff --git a/tests/vfc/nfvo-lcm/jsoninput/create_ns.json b/tests/vfc/nfvo-lcm/jsoninput/create_ns.json index bb39364b..2b64a18d 100644 --- a/tests/vfc/nfvo-lcm/jsoninput/create_ns.json +++ b/tests/vfc/nfvo-lcm/jsoninput/create_ns.json @@ -1,6 +1,7 @@ { "nsName": "ns1", "csarId": "123", + "nsdId": "1", "description": "ns1 desc", "test": "test" } \ No newline at end of file -- cgit 1.2.3-korg