aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/resources/ci/testSuites/onboardingVNFs.xml
blob: c55da4274c3558c7758a091f496c8cf2dbed18a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="uitests" configfailurepolicy="continue" parallel="methods" thread-count="2" data-provider-thread-count="2">
 <parameter name="makeDistribution"  value="true"/>

  <test name="uiSanity">
    <classes>
    	
   		<class name="org.openecomp.sdc.ci.tests.execute.sanity.Onboard">
   			  <methods>
				<exclude name="onboardVNFTestSanity"/>
				<exclude name="onboardVNFShotFlow"/>
				<exclude name="onboardRandomVNFsTest"/>
			  </methods>
		</class>

						
    </classes>
  </test> <!-- uitests -->
</suite> <!-- uisuite -->