From 6bf1aa0b408e0e4201d9002ca5c13095b98e7e46 Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Tue, 10 Jul 2018 11:52:12 +0100 Subject: Adding executor integration tests Change-Id: I292315164fbfb3650f6d21ede6edb264a7fd8ee3 Issue-ID: POLICY-865 Signed-off-by: waqas.ikram --- .../integration/integration-executor-test/pom.xml | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 testsuites/integration/integration-executor-test/pom.xml (limited to 'testsuites/integration/integration-executor-test/pom.xml') diff --git a/testsuites/integration/integration-executor-test/pom.xml b/testsuites/integration/integration-executor-test/pom.xml new file mode 100644 index 000000000..d064f6373 --- /dev/null +++ b/testsuites/integration/integration-executor-test/pom.xml @@ -0,0 +1,89 @@ + + + + 4.0.0 + + org.onap.policy.apex-pdp.testsuites.integration + integration + 2.0.0-SNAPSHOT + + + integration-executor-test + ${project.artifactId} + [${project.parent.artifactId}] module to run executor tests using various executor script plugins + + + + org.onap.policy.apex-pdp.core + core-infrastructure + ${project.version} + test + + + org.onap.policy.apex-pdp.context + context-test-utils + ${project.version} + test + + + org.onap.policy.apex-pdp.testsuites.integration + integration-common + ${project.version} + + + org.onap.policy.apex-pdp.plugins.plugins-executor + plugins-executor-mvel + ${project.version} + test + + + org.onap.policy.apex-pdp.plugins.plugins-executor + plugins-executor-jruby + ${project.version} + test + + + org.onap.policy.apex-pdp.plugins.plugins-executor + plugins-executor-jython + ${project.version} + test + + + org.onap.policy.apex-pdp.plugins.plugins-executor + plugins-executor-javascript + ${project.version} + test + + + org.onap.policy.apex-pdp.plugins.plugins-executor + plugins-executor-java + ${project.version} + test + + + org.apache.derby + derby + ${version.derby} + test + + + \ No newline at end of file -- cgit 1.2.3-korg