diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2019-02-18 10:49:29 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2019-02-18 10:49:29 +0800 |
commit | 6c9c91dbdcea92d9c4b2c9102daff5e8c0d4e33a (patch) | |
tree | 799345bb629ae498e6aa6ecb640d1b4a46dab1ef | |
parent | 44b5b5260f09f19ff899a29fc42672923da5a6e1 (diff) |
Fix csit error for nslcm
Change-Id: I0f0a62bee5facfbafe668ec079a3555ffda53579
Issue-ID: INT-887
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r-- | tests/vfc/nfvo-lcm/jsoninput/create_ns.json | 1 |
1 files changed, 1 insertions, 0 deletions
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 |