From adf67497761295115dc75b525500d687518fc4fd Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 10 Jul 2019 19:44:39 +0000 Subject: Add integration tests for executor properties Added integration test that sets properties in a dummy plugin and amends them in tasks in a policy. Variosu tests added to check combinations of where properties are set in plugins or in tasks or both. Implementaiton changed to: - Always pass in a Properies object, the properties object coming into the policy cannot be null because the task/TSL/SFL may wish to set it - Fix a bug where the properties were not passed from the ApexEvent to the engine event in the ApexEventUnmarshaller class Issue-ID: POLICY-1743 Change-Id: I6aa152b28d46cf3cc6fa56a1a95b76a8e55f5a49 Signed-off-by: liamfallon --- testsuites/integration/integration-uservice-test/pom.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'testsuites/integration/integration-uservice-test/pom.xml') diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index 135911754..cb2d658db 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -18,7 +18,8 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.apex-pdp.testsuites.integration @@ -138,7 +139,7 @@ kafka_2.12 ${version.kafka} test - + org.apache.zookeeper @@ -182,6 +183,13 @@ ${version.jersey} test + + org.awaitility + awaitility + 3.0.0 + test + + org.glassfish.jersey.containers jersey-container-servlet-core @@ -236,7 +244,7 @@ - + only-eclipse -- cgit 1.2.3-korg