summaryrefslogtreecommitdiffstats
path: root/test-apis-ci/src/main/resources/ci/testSuites/onapApiSanity.xml
blob: c13c0699db82475ed7d69adeb1037d7333484fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="externalApis" configfailurepolicy="continue" verbose="2" 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.openecomp.sdc.ci.tests.sanity.Onboard"/>
		</classes>
	</test>
</suite>