summaryrefslogtreecommitdiffstats
path: root/test-apis-ci/src/main/resources/ci/testSuites/onap.xml
blob: 707500a54c1f5d4e663fb5c60e1087212b1399c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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>