diff options
author | isaac <isaac.adorno@att.com> | 2022-01-04 16:34:20 -0600 |
---|---|---|
committer | Isaac Adorno <isaac.adorno@att.com> | 2022-01-07 14:51:17 +0000 |
commit | 9de4055ab950735268e037a1e9cc41d998df7252 (patch) | |
tree | f344fecf4be1f806145dc465e50747ab98e6a8b6 /main/src/test/resources/simpleDeploy | |
parent | 4694c152f69380f4d3d64bde0a13d15fb59a71f3 (diff) |
Adding totalPolicyDeployCounts updates to PapStasticsManager
Issue-ID: POLICY-3836
Signed-off-by: isaac <isaac.adorno@att.com>
Change-Id: Ia4ed2595984f68bf75ca9dacb6aa76f04a306224
Diffstat (limited to 'main/src/test/resources/simpleDeploy')
-rw-r--r-- | main/src/test/resources/simpleDeploy/multiple_requests.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/main/src/test/resources/simpleDeploy/multiple_requests.json b/main/src/test/resources/simpleDeploy/multiple_requests.json new file mode 100644 index 00000000..926d4860 --- /dev/null +++ b/main/src/test/resources/simpleDeploy/multiple_requests.json @@ -0,0 +1,25 @@ +{ + "policies": [ + { + "name": "policy_test1", + "policy-id": "policy_test1", + "version": "1.2.3", + "type": "typeA", + "type_version": "100.2.3" + }, + { + "name": "policy_test2", + "policy-id": "policy_test2", + "version": "4.5.6", + "type": "typeB", + "type_version": "100.2.3" + }, + { + "name": "policy_test3", + "policy-id": "policy_test3", + "version": "1.2.3", + "type": "typeC", + "type_version": "100.2.3" + } + ] +} |