From 358f97566c36c738d85deb82818bf7278ac9cc6c Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Thu, 13 May 2021 15:31:07 -0400 Subject: 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 (cherry picked from commit c70c2179f1555e356794145956cbe32a3407e622) --- csit/tests/data/pdp_update.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 csit/tests/data/pdp_update.json (limited to 'csit/tests/data/pdp_update.json') 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" - }] - } - ] - } - ] -} -- cgit 1.2.3-korg