diff options
author | 2019-10-23 09:06:10 +0800 | |
---|---|---|
committer | 2019-10-25 14:18:15 +0800 | |
commit | e9ef02853368d60f0288717d341abd1272c23a60 (patch) | |
tree | 133f7468816004dd39ba0fb1de04735568104440 /tests/vfc/nfvo-lcm/jsoninput/update_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/update_ns_instance.json')
-rw-r--r-- | tests/vfc/nfvo-lcm/jsoninput/update_ns_instance.json | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/tests/vfc/nfvo-lcm/jsoninput/update_ns_instance.json b/tests/vfc/nfvo-lcm/jsoninput/update_ns_instance.json index 2722b3a5..417958b5 100644 --- a/tests/vfc/nfvo-lcm/jsoninput/update_ns_instance.json +++ b/tests/vfc/nfvo-lcm/jsoninput/update_ns_instance.json @@ -1,12 +1,9 @@ { "updateType": "ADD_VNF", - "addVnfInstance": [ - { - "vnfInstanceId": "456", - "vnfProfileId": "456" - } - ], - "updateTime": { - "DateTime": {} - } + "OperateVnfData": [{ + "vnfInstanceId": "test_vnf_001", + "changeStateTo": {"OperationalStates": "STOPPED"}, + "stopType": "GRACEFUL", + "gracefulStopTimeout": "2020-01-01" + }] }
\ No newline at end of file |