From c8e0ec698ab687e81654b7cde3ce9ae4118de87e Mon Sep 17 00:00:00 2001 From: Charles Cole Date: Thu, 14 Dec 2017 08:59:26 -0600 Subject: Add a DMaaP simulator Added a DMaaP simulator for testing applications. One current limitation is that the simulator does not support multiple "subscribers" on the same topic; if someone gets a message, that message cannot be subsequently retrieved by anyone else. The simulator has also not been tested for concurrent getting and posting. Also added a way to set the response code DMaaP would return for a get to test that policy can gracefully handle errors. It may need some work to become truely its own "feature" Issue-ID: POLICY-489 Change-Id: I524981bdf5e4e825f13e6197dda11d9498e4f4bf Signed-off-by: Charles Cole --- feature-simulators/pom.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 feature-simulators/pom.xml (limited to 'feature-simulators/pom.xml') diff --git a/feature-simulators/pom.xml b/feature-simulators/pom.xml new file mode 100644 index 00000000..767739bc --- /dev/null +++ b/feature-simulators/pom.xml @@ -0,0 +1,53 @@ + + + + + 4.0.0 + + + org.onap.policy.drools-pdp + drools-pdp + 1.2.0-SNAPSHOT + + + feature-simulators + + feature-simulators + + + 1.8 + 1.8 + + + + + junit + junit + test + + + org.onap.policy.drools-pdp + policy-endpoints + ${project.version} + + + -- cgit 1.2.3-korg