re base code
[sdc.git] / ui-ci / src / main / resources / ci / testSuites / arifactsSanity.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
3 <suite name="uitests" configfailurepolicy="continue" parallel="methods" thread-count="4" data-provider-thread-count="2">
4  <parameter name="makeDistribution"  value="true"/>
5
6   <test name="uiSanity">
7     <classes>
8         
9                 <class name="org.openecomp.sdc.ci.tests.execute.sanity.VFCArtifacts"/>
10                 <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfArtifacts"/>
11                 <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfDeploymentInformationalArtifacts"/>
12                 <class name="org.openecomp.sdc.ci.tests.US.ImportUpdateInformationalDeploymentArtifacts"/>
13         <class name="org.openecomp.sdc.ci.tests.US.MIBsArtifactsOnResourceInstance"/>
14         <class name="org.openecomp.sdc.ci.tests.US.NewArtifactTypeGuide"/>
15         <class name="org.openecomp.sdc.ci.tests.US.RemoveRestrictionOfDeploymentArtifacts"/>
16                 
17     </classes>
18   </test> <!-- uitests -->
19 </suite> <!-- uisuite -->