blob: da2bc98ebcdccfbe5a495cbebe335854bac36f0e [file] [log] [blame]
Michael Landob3d48982017-06-11 14:22:02 +03001<?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="2" data-provider-thread-count="2">
Michael Lando4d97d5f2017-06-17 22:40:44 +03004 <parameter name="makeDistribution" value="true"/>
5
Michael Landob3d48982017-06-11 14:22:02 +03006 <test name="uiSanity">
7 <classes>
8
9 <class name="org.openecomp.sdc.ci.tests.execute.sanity.Onboard">
10 <methods>
11 <exclude name="onboardVNFTestSanity"/>
12 </methods>
13 </class>
14 <class name="org.openecomp.sdc.ci.tests.execute.sanity.CatalogLeftPanelTest"/>
15 <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf"/>
16 <class name="org.openecomp.sdc.ci.tests.execute.sanity.Service"/>
17 <class name="org.openecomp.sdc.ci.tests.execute.sanity.ImportVFCAsset"/>
18 <class name="org.openecomp.sdc.ci.tests.execute.sanity.ImportDCAE"/>
19 <class name="org.openecomp.sdc.ci.tests.execute.sanity.DeploymentViewTests"/>
20 <class name="org.openecomp.sdc.ci.tests.execute.sanity.VFCArtifacts"/>
21 <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfArtifacts"/>
22 <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfDeploymentInformationalArtifacts"/>
23 <class name="org.openecomp.sdc.ci.tests.execute.sanity.AdminUserManagment"/>
24 <!-- <class name="org.openecomp.sdc.ci.tests.execute.sanity.Product"/> -->
25
26 <class name="org.openecomp.sdc.ci.tests.US.ImportUpdateInformationalDeploymentArtifacts"/>
27 <class name="org.openecomp.sdc.ci.tests.US.MIBsArtifactsOnResourceInstance"/>
28 <class name="org.openecomp.sdc.ci.tests.US.NewArtifactTypeGuide"/>
29 <class name="org.openecomp.sdc.ci.tests.US.RemoveRestrictionOfDeploymentArtifacts"/>
30
31 <!-- <class name="org.openecomp.sdc.ci.tests.US.AddComponentInstancesArtifactsInCsar"/> -->
32
33 </classes>
34 </test> <!-- uitests -->
35</suite> <!-- uisuite -->