blob: b0bcc333a59e81c46f7ff26ae64094408d3056a2 [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">
Michael Landoa5445102018-03-04 14:53:33 +02003<suite name="uitests" configfailurepolicy="continue" parallel="methods" thread-count="4" 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
Michael Landoa5445102018-03-04 14:53:33 +02009 <class name="org.openecomp.sdc.ci.tests.execute.sanity.ToscaValidationTest"/>
10 <class name="org.openecomp.sdc.ci.tests.execute.sanity.OnboardingFlowsUI">
Michael Landob3d48982017-06-11 14:22:02 +030011 <methods>
12 <exclude name="onboardVNFTestSanity"/>
Avi Zivf5854fd2017-07-31 15:50:46 +030013 <exclude name="onboardVNFShotFlow"/>
Tal Gitelman51d50f02017-12-10 18:55:03 +020014 <exclude name="onboardVNFTest"/>
15 <exclude name="onboardVNFTestSanityOneFile"/>
Michael Landob3d48982017-06-11 14:22:02 +030016 </methods>
17 </class>
18 <class name="org.openecomp.sdc.ci.tests.execute.sanity.CatalogLeftPanelTest"/>
19 <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf"/>
Michael Landoa5445102018-03-04 14:53:33 +020020 <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfAPI"/>
Michael Landob3d48982017-06-11 14:22:02 +030021 <class name="org.openecomp.sdc.ci.tests.execute.sanity.Service"/>
22 <class name="org.openecomp.sdc.ci.tests.execute.sanity.ImportVFCAsset"/>
23 <class name="org.openecomp.sdc.ci.tests.execute.sanity.ImportDCAE"/>
24 <class name="org.openecomp.sdc.ci.tests.execute.sanity.DeploymentViewTests"/>
25 <class name="org.openecomp.sdc.ci.tests.execute.sanity.VFCArtifacts"/>
26 <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfArtifacts"/>
27 <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfDeploymentInformationalArtifacts"/>
28 <class name="org.openecomp.sdc.ci.tests.execute.sanity.AdminUserManagment"/>
Tal Gitelman51d50f02017-12-10 18:55:03 +020029 <class name="org.openecomp.sdc.ci.tests.execute.sanity.PNF"/>
30 <class name="org.openecomp.sdc.ci.tests.execute.sanity.PropertiesAssignment"/>
Michael Landob3d48982017-06-11 14:22:02 +030031 <!-- <class name="org.openecomp.sdc.ci.tests.execute.sanity.Product"/> -->
32
33 <class name="org.openecomp.sdc.ci.tests.US.ImportUpdateInformationalDeploymentArtifacts"/>
34 <class name="org.openecomp.sdc.ci.tests.US.MIBsArtifactsOnResourceInstance"/>
35 <class name="org.openecomp.sdc.ci.tests.US.NewArtifactTypeGuide"/>
36 <class name="org.openecomp.sdc.ci.tests.US.RemoveRestrictionOfDeploymentArtifacts"/>
Michael Landoa5445102018-03-04 14:53:33 +020037 <class name="org.openecomp.sdc.ci.tests.execute.sanity.OnboardingFlowsThroughAPI"/>
Tal Gitelman51d50f02017-12-10 18:55:03 +020038 <class name="org.openecomp.sdc.ci.tests.execute.sanity.PortMirroring"/>
Michael Landob3d48982017-06-11 14:22:02 +030039
40 <!-- <class name="org.openecomp.sdc.ci.tests.US.AddComponentInstancesArtifactsInCsar"/> -->
41
42 </classes>
43 </test> <!-- uitests -->
44</suite> <!-- uisuite -->