blob: 7fd897f3e5f65fb33b41165daf030b23c4ffef9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?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>
<test name="nodeFilter">
<classes>
<class name="org.openecomp.sdc.ci.tests.servicefilter.ServiceFilterTests"/>
</classes>
</test>
</suite>
|