diff options
author | Sébastien Determe <sd378r@intl.att.com> | 2018-08-30 13:24:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-30 13:24:46 +0000 |
commit | 38cf246b1dae28d8a7d52d35f4d0f0cf90f31bec (patch) | |
tree | a7df23232166f09f6b448834992ccba31181810d /src/test/resources | |
parent | 38e1bd367fd7764b3d2b01ffb1f49dddf9dbdc94 (diff) | |
parent | 0636411a4915a462d2cf6698ecb9c68c478f6ef5 (diff) |
Merge "Fix for sonar issue"
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/example/operational-policy/json-policy-chain.json | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/src/test/resources/example/operational-policy/json-policy-chain.json b/src/test/resources/example/operational-policy/json-policy-chain.json new file mode 100644 index 000000000..037b4d656 --- /dev/null +++ b/src/test/resources/example/operational-policy/json-policy-chain.json @@ -0,0 +1,63 @@ +[ + { + "name": "pname", + "value": "healthCheck Policy" + }, + { + "name": "pid", + "value": "1" + }, + { + "name": "timeout", + "value": "180" + }, + { + "policyConfigurations": [ + [ + { + "name": "recipe", + "value": [ + "healthCheck" + ] + }, + { + "name": "maxRetries", + "value": [ + "3" + ] + }, + { + "name": "retryTimeLimit", + "value": [ + "180" + ] + }, + { + "name": "_id", + "value": [ + "789875c1-e788-432f-9a76-eac8ed889734" + ] + }, + { + "name": "parentPolicy", + "value": [ + "" + ] + }, + { + "name": "actor", + "value": [ + "APPC" + ] + }, + { + "name": "targetResourceId", + "value": [ + "cdb69724-57d5-4a22-b96c-4c345150fd0e" + ] + } + + ] + ] + } +]
\ No newline at end of file |