From a11989f24ae38eeb02d5184a672bcd21ebda7135 Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Mon, 17 Jun 2019 10:16:43 +0000 Subject: Removing unnecessary mounts in APEX CSIT In the end to end csit test cases of APEX, currently we are mounting the config files for APEX and PAP. This is not necessary. Change-Id: I10f9ed509e4bb537cc91f145dde34aeb8c0d9b99 Issue-ID: POLICY-1863 Signed-off-by: a.sreekumar --- .../policy-apex-pdp/config/apex-pdp/OnapPfConfig.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 scripts/policy/policy-apex-pdp/config/apex-pdp/OnapPfConfig.json (limited to 'scripts/policy/policy-apex-pdp/config/apex-pdp/OnapPfConfig.json') diff --git a/scripts/policy/policy-apex-pdp/config/apex-pdp/OnapPfConfig.json b/scripts/policy/policy-apex-pdp/config/apex-pdp/OnapPfConfig.json deleted file mode 100644 index 6944c9bd..00000000 --- a/scripts/policy/policy-apex-pdp/config/apex-pdp/OnapPfConfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name":"OnapPfParameterGroup", - "restServerParameters": { - "host": "0.0.0.0", - "port": 6969, - "userName": "healthcheck", - "password": "zb!XztG34", - "https": true, - "aaf": false - }, - "pdpStatusParameters":{ - "timeIntervalMs": 10000, - "pdpType":"apex", - "description":"Pdp Heartbeat", - "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}] - } -} -- cgit 1.2.3-korg