Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 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="2" data-provider-thread-count="2"> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame^] | 4 | <parameter name="makeDistribution" value="true"/> |
| 5 | |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 6 | <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 --> |