aboutsummaryrefslogtreecommitdiffstats
path: root/csit/apex-pdp/tests/data/policy_deploy.json
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@bell.ca>2021-07-08 15:32:52 +0100
committera.sreekumar <ajith.sreekumar@bell.ca>2021-07-12 11:55:28 +0100
commit9a12d024fe42fd3c57477c513382c3b78983b9ce (patch)
tree18b5b6627d1cbb37c26ea98915795166b6f6070e /csit/apex-pdp/tests/data/policy_deploy.json
parent78850b54b98e8bdc27d186035910126dd2ac826e (diff)
Update APEX CSIT tests to cover multiple outputs
As part of this review, a new policy is executed in APEX-PDP that interacts with AAI and CDS simulators. At each execution phase, along with sending a request to AAI/CDS, a log event is also sent to DMaaP notifying every action taken. This is done using the multiple output support. Change-Id: If34df13823196f9ece9b5ce6448b6652507f0b63 Issue-ID: POLICY-3466 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'csit/apex-pdp/tests/data/policy_deploy.json')
-rw-r--r--csit/apex-pdp/tests/data/policy_deploy.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/csit/apex-pdp/tests/data/policy_deploy.json b/csit/apex-pdp/tests/data/policy_deploy.json
new file mode 100644
index 00000000..e13f06ad
--- /dev/null
+++ b/csit/apex-pdp/tests/data/policy_deploy.json
@@ -0,0 +1,17 @@
+{
+ "groups": [
+ {
+ "name": "defaultGroup",
+ "deploymentSubgroups": [
+ {
+ "pdpType": "apex",
+ "action": "POST",
+ "policies": [{
+ "name": "{policyName}",
+ "version": "1.0.0"
+ }]
+ }
+ ]
+ }
+ ]
+}