From 5bda7971bcb557cafb0359fff60cbe2b7af44095 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Mon, 8 Mar 2021 14:45:58 -0500 Subject: move test data json files to drools-apps refactor robot file and move testdata json from under csit/tests/data Issue-ID: POLICY-2895 Change-Id: Id6bac948963349af644afe77d5ed7adcf7687095 Signed-off-by: Taka Cho --- csit/tests/data/vcpeOnset.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 csit/tests/data/vcpeOnset.json (limited to 'csit/tests/data/vcpeOnset.json') diff --git a/csit/tests/data/vcpeOnset.json b/csit/tests/data/vcpeOnset.json new file mode 100644 index 000000000..7dd9d5a01 --- /dev/null +++ b/csit/tests/data/vcpeOnset.json @@ -0,0 +1,16 @@ +{ + "closedLoopControlName": "ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e", + "closedLoopAlarmStart": 1463679805324, + "closedLoopEventClient": "DCAE_INSTANCE_ID.dcae-tca", + "closedLoopEventStatus": "ONSET", + "requestID": "664be3d2-6c12-4f4b-a3e7-c349acced200", + "target_type": "VNF", + "target": "generic-vnf.vnf-id", + "AAI": { + "vserver.is-closed-loop-disabled": "false", + "vserver.prov-status": "ACTIVE", + "generic-vnf.vnf-id": "vCPE_Infrastructure_vGMUX_demo_app" + }, + "from": "DCAE", + "version": "1.0.2" +} -- cgit 1.2.3-korg