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/vcpeOnset.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/vcpeOnset.json')
-rw-r--r-- | csit/tests/data/vcpeOnset.json | 16 |
1 files changed, 16 insertions, 0 deletions
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" +} |