From b2b8f46ab3a524eae487fa932d9ceb2b884a68f5 Mon Sep 17 00:00:00 2001 From: Charles Cole Date: Thu, 21 Sep 2017 14:20:42 -0500 Subject: Add guard simulator and multiple AAI responses Added a guard simulator that can permit or deny (it sends a deny if the clname is denyGuard). Added responses to the AAI simulator to set the is-closed-loop-disabled to true (use a get query with a key of disableClosedLoop). Changed the content-type of all responses to application/json. Issue-ID: POLICY-256 Change-Id: If84813968d3ea59d9ebe029caa69f444a1f413c8 Signed-off-by: Charles Cole --- controlloop/common/simulators/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'controlloop/common/simulators/pom.xml') diff --git a/controlloop/common/simulators/pom.xml b/controlloop/common/simulators/pom.xml index fc0d4c2d3..952d9b687 100644 --- a/controlloop/common/simulators/pom.xml +++ b/controlloop/common/simulators/pom.xml @@ -56,7 +56,12 @@ 1.1.0-SNAPSHOT provided - + + org.onap.policy.drools-applications + guard + 1.1.0-SNAPSHOT + test + org.onap.policy.drools-applications vfc -- cgit 1.2.3-korg