From 9abb61ca2cea1907cab2cec312d6dca6e53a93cd Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 27 Sep 2018 10:38:50 -0700 Subject: Move CSIT to integration/csit repo To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I1e4c0eff44691f73f8098b3c52764107f6b8b8df Issue-ID: INT-671 Signed-off-by: Gary Wu --- tests/appc/healthcheck/LCM_VNF_RESTART_REQUEST.txt | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tests/appc/healthcheck/LCM_VNF_RESTART_REQUEST.txt (limited to 'tests/appc/healthcheck/LCM_VNF_RESTART_REQUEST.txt') diff --git a/tests/appc/healthcheck/LCM_VNF_RESTART_REQUEST.txt b/tests/appc/healthcheck/LCM_VNF_RESTART_REQUEST.txt new file mode 100644 index 00000000..ee9b8d9b --- /dev/null +++ b/tests/appc/healthcheck/LCM_VNF_RESTART_REQUEST.txt @@ -0,0 +1,24 @@ +{ +"input" : +{ +"common-header" : +{ +"timestamp" : "2017-10-07T01:39:54.227000Z", +"api-ver" : "2.00", +"originator-id" : "c09ac7d1-de62-0016-2000-e63702155555", +"request-id" : "c09ac7d1-de62-0016-2000-e63701125555", +"sub-request-id" : "150", +"flags" : +{ +"force" : "TRUE", +"ttl" : 60000 +} +}, +"action" : "Restart", +"action-identifiers" : +{ +"vnf-id" : "ibcx8888v" +}, +"payload" : "{\"AICIdentity\" : \"http://135.25.246.162:5000/v2.0\", \"vnf-host-ip-address\" : \"135.21.166.46\"}" +} +} -- cgit 1.2.3-korg