blob: 00b98c9f2373303b8bbdfb6180463f27f087a56c [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"/>
andre.schmid8b0c9442019-11-15 10:07:12 +000010 <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"/>
Michael Lando5b593492018-07-29 16:13:45 +030019 <!--<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 Lando5b593492018-07-29 16:13:45 +030031 <class name="org.openecomp.sdc.ci.tests.execute.sanity.PropertiesAssignmentUpdateFlow">
32 <methods>
33 <exclude name="updatePropertyChangeVfiVersionTest"/>
34 <exclude name="deletePropertyChangeVfiVersionTest"/>
35 </methods>
36 </class>
37 <class name="org.openecomp.sdc.ci.tests.execute.sanity.ArchiveRestoreTest"/>
Michael Landob3d48982017-06-11 14:22:02 +030038 <!-- <class name="org.openecomp.sdc.ci.tests.execute.sanity.Product"/> -->
39
40 <class name="org.openecomp.sdc.ci.tests.US.ImportUpdateInformationalDeploymentArtifacts"/>
41 <class name="org.openecomp.sdc.ci.tests.US.MIBsArtifactsOnResourceInstance"/>
42 <class name="org.openecomp.sdc.ci.tests.US.NewArtifactTypeGuide"/>
43 <class name="org.openecomp.sdc.ci.tests.US.RemoveRestrictionOfDeploymentArtifacts"/>
Michael Landoa5445102018-03-04 14:53:33 +020044 <class name="org.openecomp.sdc.ci.tests.execute.sanity.OnboardingFlowsThroughAPI"/>
Tal Gitelman51d50f02017-12-10 18:55:03 +020045 <class name="org.openecomp.sdc.ci.tests.execute.sanity.PortMirroring"/>
Michael Lando5b593492018-07-29 16:13:45 +030046 <class name="org.openecomp.sdc.ci.tests.execute.sanity.Annotation"/>
47 <class name="org.openecomp.sdc.ci.tests.execute.sanity.UpgradeServices"/>
Michael Landob3d48982017-06-11 14:22:02 +030048 <!-- <class name="org.openecomp.sdc.ci.tests.US.AddComponentInstancesArtifactsInCsar"/> -->
49
50 </classes>
51 </test> <!-- uitests -->
52</suite> <!-- uisuite -->