diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-05-13 15:31:07 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-05-13 19:55:01 +0000 |
commit | c70c2179f1555e356794145956cbe32a3407e622 (patch) | |
tree | afd615fe02791f06d748a266b7b2c5309be39133 /csit/tests/data/pdp_update.json | |
parent | b599e62ad4e142da77e0500068e198350454a1d2 (diff) |
Remove csit folder from policy/apex-pdp
The csit test files for all repos have been consolidated in policy/docker to maintain them at single place and allow us to trigger verify jobs in gerrit reviews.
Issue-ID: POLICY-3257
Change-Id: I26d281b75d91e7bf1250e97b22d0e7a303815ed6
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'csit/tests/data/pdp_update.json')
-rw-r--r-- | csit/tests/data/pdp_update.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/csit/tests/data/pdp_update.json b/csit/tests/data/pdp_update.json deleted file mode 100644 index 51c3573d9..000000000 --- a/csit/tests/data/pdp_update.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "groups": [ - { - "name": "defaultGroup", - "deploymentSubgroups": [ - { - "pdpType": "apex", - "action": "POST", - "policies": [{ - "name": "onap.policies.native.apex.Sampledomain", - "version": "1.0.0" - }] - } - ] - } - ] -} |