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/vdnsOnset.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 csit/tests/data/vdnsOnset.json (limited to 'csit/tests/data/vdnsOnset.json') diff --git a/csit/tests/data/vdnsOnset.json b/csit/tests/data/vdnsOnset.json new file mode 100644 index 000000000..13f690952 --- /dev/null +++ b/csit/tests/data/vdnsOnset.json @@ -0,0 +1,16 @@ +{ + "closedLoopControlName": "ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3", + "closedLoopAlarmStart": 1463679805324, + "closedLoopEventClient": "microservice.stringmatcher", + "closedLoopEventStatus": "ONSET", + "requestID": "c7c6a4aa-bb61-4a15-b831-ba1472dd4a65", + "target_type": "VNF", + "target": "vserver.vserver-name", + "AAI": { + "vserver.is-closed-loop-disabled": "false", + "vserver.prov-status": "ACTIVE", + "vserver.vserver-name": "OzVServer" + }, + "from": "DCAE", + "version": "1.0.2" +} -- cgit 1.2.3-korg