diff options
Diffstat (limited to 'integration-tests/src/test/resources/ci/testSuites/frontend/complexServiceSanity.xml')
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/frontend/complexServiceSanity.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/ci/testSuites/frontend/complexServiceSanity.xml b/integration-tests/src/test/resources/ci/testSuites/frontend/complexServiceSanity.xml new file mode 100644 index 0000000000..1268569f7d --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/complexServiceSanity.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> +<suite name="systemtests" configfailurepolicy="continue" parallel="methods" thread-count="2" data-provider-thread-count="2"> + <parameter name="makeDistribution" value="true"/> + <test name="complexServiceSanity"> + <classes> + <class name="org.onap.sdc.frontend.ci.tests.execute.AmdocsComplexService.CreatePath"/> + </classes> + </test> <!-- uitests --> +</suite> <!-- uisuite -->
\ No newline at end of file |