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/vfwOnset.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/vfwOnset.json')
-rw-r--r-- | csit/tests/data/vfwOnset.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/csit/tests/data/vfwOnset.json b/csit/tests/data/vfwOnset.json new file mode 100644 index 000000000..7782867a1 --- /dev/null +++ b/csit/tests/data/vfwOnset.json @@ -0,0 +1,17 @@ +{ + "closedLoopControlName": "ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a", + "closedLoopAlarmStart": 1463679805324, + "closedLoopEventClient": "microservice.stringmatcher", + "closedLoopEventStatus": "ONSET", + "requestID": "c7c6a4aa-bb61-4a15-b831-ba1472dd4a65", + "target_type": "VNF", + "target": "generic-vnf.vnf-name", + "AAI": { + "vserver.is-closed-loop-disabled": "false", + "vserver.prov-status": "ACTIVE", + "generic-vnf.vnf-name": "fw0002vm002fw002", + "vserver.vserver-name": "OzVServer" + }, + "from": "DCAE", + "version": "1.0.2" +} |