diff options
author | zhaoliping123 <zhaoliping@chinamobile.com> | 2019-10-23 09:06:10 +0800 |
---|---|---|
committer | zhaoliping123 <zhaoliping@chinamobile.com> | 2019-10-25 14:18:15 +0800 |
commit | e9ef02853368d60f0288717d341abd1272c23a60 (patch) | |
tree | 133f7468816004dd39ba0fb1de04735568104440 /tests/vfc/nfvo-lcm/jsoninput/create_ns_instance.json | |
parent | 82c77373361dc8eb8747beb42d1c92dd86302673 (diff) |
Update test cases for VF-C LCM to CSIT
Issue-ID: VFC-1534
Change-Id: I73f67654afee9b24d7947b485876a0e4e7138c61
Signed-off-by: zhaoliping123 <zhaoliping@chinamobile.com>
Diffstat (limited to 'tests/vfc/nfvo-lcm/jsoninput/create_ns_instance.json')
-rw-r--r-- | tests/vfc/nfvo-lcm/jsoninput/create_ns_instance.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/vfc/nfvo-lcm/jsoninput/create_ns_instance.json b/tests/vfc/nfvo-lcm/jsoninput/create_ns_instance.json index bed82d90..38201435 100644 --- a/tests/vfc/nfvo-lcm/jsoninput/create_ns_instance.json +++ b/tests/vfc/nfvo-lcm/jsoninput/create_ns_instance.json @@ -1,5 +1,6 @@ { - "nsdId": "23", - "nsName": "ns23", - "nsDescription": "ns23 desc" + "nsdId": "c9f0a95e-dea0-4698-96e5-5a79bc5a233d", + "nsName": "ns", + "nsDescription": "description", + "test": "test" }
\ No newline at end of file |