From b4f69621e134b308dcbc2c90075508fda872ca43 Mon Sep 17 00:00:00 2001 From: Michael Mokry Date: Mon, 13 May 2019 13:09:17 -0500 Subject: Xacml-PDP CSIT tests with DmaaP Simulator 1. Added test cases for creating policy, deploying policy, and getting a decision for monitoring policies 2. Included statistics check between some tests 3. Modified to use dmaap simulator, policy-pap, and policy-api for end to end tests 5. UPDATE: made changes per Ajith's review 6. Removed most config overrides and changed dmaap to message-router where appropriate Change-Id: Ia9935193f189f249e11f23b2ffe49f87090b7b54 Issue-ID: POLICY-1767 Signed-off-by: Jim Hahn --- .../xacml-pdp/data/onap.policy.monitoring.decision.request.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/policy/xacml-pdp/data/onap.policy.monitoring.decision.request.json (limited to 'tests/policy/xacml-pdp/data/onap.policy.monitoring.decision.request.json') diff --git a/tests/policy/xacml-pdp/data/onap.policy.monitoring.decision.request.json b/tests/policy/xacml-pdp/data/onap.policy.monitoring.decision.request.json new file mode 100644 index 00000000..f79f4eb6 --- /dev/null +++ b/tests/policy/xacml-pdp/data/onap.policy.monitoring.decision.request.json @@ -0,0 +1,9 @@ +{ + "ONAPName": "DCAE", + "ONAPComponent": "PolicyHandler", + "ONAPInstance": "622431a4-9dea-4eae-b443-3b2164639c64", + "action": "configure", + "resource": { + "policy-id": "onap.restart.tca" + } +} \ No newline at end of file -- cgit 1.2.3-korg