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"> |
| 4 | <test name="uiSanity"> |
| 5 | <classes> |
| 6 | |
| 7 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.Onboard"> |
| 8 | <methods> |
| 9 | <exclude name="onboardVNFTestSanity"/> |
| 10 | </methods> |
| 11 | </class> |
| 12 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.CatalogLeftPanelTest"/> |
| 13 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf"/> |
| 14 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.Service"/> |
| 15 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.ImportVFCAsset"/> |
| 16 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.ImportDCAE"/> |
| 17 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.DeploymentViewTests"/> |
| 18 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.VFCArtifacts"/> |
| 19 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfArtifacts"/> |
| 20 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfDeploymentInformationalArtifacts"/> |
| 21 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.Product"/> |
| 22 | |
| 23 | <class name="org.openecomp.sdc.ci.tests.US.ImportUpdateInformationalDeploymentArtifacts"/> |
| 24 | <class name="org.openecomp.sdc.ci.tests.US.MIBsArtifactsOnResourceInstance"/> |
| 25 | <class name="org.openecomp.sdc.ci.tests.US.NewArtifactTypeGuide"/> |
| 26 | <class name="org.openecomp.sdc.ci.tests.US.RemoveRestrictionOfDeploymentArtifacts"/> |
| 27 | |
| 28 | |
| 29 | |
| 30 | |
| 31 | |
| 32 | </classes> |
| 33 | </test> <!-- uitests --> |
| 34 | </suite> <!-- uisuite --> |