diff options
author | Taka Cho <takamune.cho@att.com> | 2021-03-08 14:45:58 -0500 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2021-03-08 14:47:52 -0500 |
commit | 5bda7971bcb557cafb0359fff60cbe2b7af44095 (patch) | |
tree | 10718f75af72ce4d90cb85948bd5167ec8138878 /csit/tests/data/vdnsOnset.json | |
parent | 99ce423a2c10815b74be71f8fb8e9488badf6578 (diff) |
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 <takamune.cho@att.com>
Diffstat (limited to 'csit/tests/data/vdnsOnset.json')
-rw-r--r-- | csit/tests/data/vdnsOnset.json | 16 |
1 files changed, 16 insertions, 0 deletions
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" +} |