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"/> |
Avi Ziv | f5854fd | 2017-07-31 15:50:46 +0300 | [diff] [blame] | 12 | <exclude name="onboardVNFShotFlow"/> |
| 13 | <exclude name="onboardRandomVNFsTest"/> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 14 | </methods> |
| 15 | </class> |
| 16 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.CatalogLeftPanelTest"/> |
| 17 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf"/> |
| 18 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.Service"/> |
| 19 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.ImportVFCAsset"/> |
| 20 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.ImportDCAE"/> |
| 21 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.DeploymentViewTests"/> |
| 22 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.VFCArtifacts"/> |
| 23 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfArtifacts"/> |
| 24 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfDeploymentInformationalArtifacts"/> |
| 25 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.AdminUserManagment"/> |
| 26 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.sanity.Product"/> --> |
| 27 | |
| 28 | <class name="org.openecomp.sdc.ci.tests.US.ImportUpdateInformationalDeploymentArtifacts"/> |
| 29 | <class name="org.openecomp.sdc.ci.tests.US.MIBsArtifactsOnResourceInstance"/> |
| 30 | <class name="org.openecomp.sdc.ci.tests.US.NewArtifactTypeGuide"/> |
| 31 | <class name="org.openecomp.sdc.ci.tests.US.RemoveRestrictionOfDeploymentArtifacts"/> |
| 32 | |
| 33 | <!-- <class name="org.openecomp.sdc.ci.tests.US.AddComponentInstancesArtifactsInCsar"/> --> |
| 34 | |
| 35 | </classes> |
| 36 | </test> <!-- uitests --> |
| 37 | </suite> <!-- uisuite --> |