diff options
author | 2019-10-28 03:31:28 +0000 | |
---|---|---|
committer | 2019-10-28 03:31:28 +0000 | |
commit | 51d6a2dab97328478a6c54e9418eff849e1a42b4 (patch) | |
tree | 68c0fb042cab35073fc907f9a3aeec1772d95c9e /tests/vfc/nfvo-lcm/jsoninput/terminate_vnf.json | |
parent | dc56b9e2843722d7aa6eab649e26e5372e592c80 (diff) | |
parent | e9ef02853368d60f0288717d341abd1272c23a60 (diff) |
Merge "Update test cases for VF-C LCM to CSIT"
Diffstat (limited to 'tests/vfc/nfvo-lcm/jsoninput/terminate_vnf.json')
-rw-r--r-- | tests/vfc/nfvo-lcm/jsoninput/terminate_vnf.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vfc/nfvo-lcm/jsoninput/terminate_vnf.json b/tests/vfc/nfvo-lcm/jsoninput/terminate_vnf.json index 9884b6ac..7cee8684 100644 --- a/tests/vfc/nfvo-lcm/jsoninput/terminate_vnf.json +++ b/tests/vfc/nfvo-lcm/jsoninput/terminate_vnf.json @@ -1,4 +1,4 @@ { - "terminationType": "vnf", - "gracefulTerminationTimeout": "3600" + "terminationType": "FORCEFUL", + "gracefulTerminationTimeout": "600" }
\ No newline at end of file |