summaryrefslogtreecommitdiffstats
path: root/testsuites/stability/src/main/resources/simulatorsetup/config/pdp/OnapPfConfig.json
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@est.tech>2019-05-29 10:54:01 +0000
committerramverma <ram.krishna.verma@est.tech>2019-05-29 10:54:01 +0000
commitfb4643501d7182b3be5d6715ea0ed8966155f9f2 (patch)
treec1ceb86564a5db81da5d5136290911047b599205 /testsuites/stability/src/main/resources/simulatorsetup/config/pdp/OnapPfConfig.json
parent211741a49ada8da49a0bd6205c9c5ecf6ecd5e6b (diff)
Update pap stability testsuite
1) Adding test cases to the stability test plan. 2) Adding script & related files for setup of pap for testing 3) Adding script & related files for setup of simulator and dependencies like dmaap simulator, pdp simulator, mariadb & policy/api. Change-Id: Ib7a1e95dee108e9d8757ee18cbf5fb8c2b877274 Issue-ID: POLICY-1799 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'testsuites/stability/src/main/resources/simulatorsetup/config/pdp/OnapPfConfig.json')
-rw-r--r--testsuites/stability/src/main/resources/simulatorsetup/config/pdp/OnapPfConfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/stability/src/main/resources/simulatorsetup/config/pdp/OnapPfConfig.json b/testsuites/stability/src/main/resources/simulatorsetup/config/pdp/OnapPfConfig.json
new file mode 100644
index 00000000..cbb4978b
--- /dev/null
+++ b/testsuites/stability/src/main/resources/simulatorsetup/config/pdp/OnapPfConfig.json
@@ -0,0 +1,9 @@
+{
+ "name":"OnapPfParameterGroup",
+ "pdpStatusParameters":{
+ "timeIntervalMs": 120000,
+ "pdpType":"apex",
+ "description":"Pdp Heartbeat",
+ "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}]
+ }
+}