diff options
Diffstat (limited to 'integration-tests/src/test/resources/ci/testSuites/backend')
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml b/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml index 8d5d2b2f08..fbd796edb1 100644 --- a/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> +<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" > <suite name="externalApis" configfailurepolicy="continue" parallel="methods" thread-count="1" data-provider-thread-count="1"> - <parameter name="makeDistribution" value="false"/> - <parameter name="makeToscaValidation" value="true"/> - <test name="ExternalApis"> - <classes> - <class name="org.onap.sdc.backend.ci.tests.sanity.Onboard"/> - </classes> - </test> + <parameter name="makeDistribution" value="false"/> + <parameter name="makeToscaValidation" value="true"/> + <test name="ExternalApis"> + <classes> + <class name="org.onap.sdc.backend.ci.tests.sanity.Onboard"/> + </classes> + </test> </suite>
\ No newline at end of file |