diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-12-07 18:39:55 +0530 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-12-15 10:52:41 +0000 |
commit | 1dc3fd5009663ec3ca8a95b84d984a3ec1a0d07e (patch) | |
tree | 7f0a4ec9a63e04d38dfd3029a9c78d1c4840bdfa /robot/assets/usecases/5gson/anr.json | |
parent | c986f6380faf156e04bea56c8af7ade884c16eeb (diff) |
Add testcases for SON use case
Issue-ID: TEST-285
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I65c670d80da1f75395ddb9cdeb0d743503b6bfb0
Diffstat (limited to 'robot/assets/usecases/5gson/anr.json')
-rwxr-xr-x | robot/assets/usecases/5gson/anr.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/robot/assets/usecases/5gson/anr.json b/robot/assets/usecases/5gson/anr.json new file mode 100755 index 00000000..2dbcaae2 --- /dev/null +++ b/robot/assets/usecases/5gson/anr.json @@ -0,0 +1,46 @@ +{ + "topology_template": { + "policies": [ + { + "operational.sonhandler": { + "metadata": { + "policy-id": "operational.sonhandler" + }, + "name": "operational.sonhandler", + "properties": { + "abatement": false, + "controllerName": "usecases", + "id": "ControlLoop-vSONH-7d4baf04-8875-4d1f-946d-06b874048b61", + "operations": [ + { + "description": "Modify the packet generator", + "failure": "final_failure", + "failure_exception": "final_failure_exception", + "failure_guard": "final_failure_guard", + "failure_retries": "final_failure_retries", + "failure_timeout": "final_failure_timeout", + "id": "unique-policy-id-123-modifyconfig", + "operation": { + "actor": "SDNR", + "operation": "ModifyConfigANR", + "target": { + "targetType": "PNF" + } + }, + "retries": 0, + "success": "final_success", + "timeout": 300 + } + ], + "timeout": 900, + "trigger": "unique-policy-id-123-modifyconfig" + }, + "type": "onap.policies.controlloop.operational.common.Drools", + "type_version": "1.0.0", + "version": "1.0.0" + } + } + ] + }, + "tosca_definitions_version": "tosca_simple_yaml_1_1_0" +} |