diff options
Diffstat (limited to 'integration-tests/src/test/resources/ci/testSuites/frontend/fullCI.xml')
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/frontend/fullCI.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/ci/testSuites/frontend/fullCI.xml b/integration-tests/src/test/resources/ci/testSuites/frontend/fullCI.xml new file mode 100644 index 0000000000..30d9b7b72e --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/fullCI.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> +<suite name="uitests" configfailurepolicy="continue" parallel="methods" thread-count="2" data-provider-thread-count="2"> + <test name="uiSanity"> + <classes> + + <class name="org.openecomp.sdc.ci.tests.execute.sanity.Onboard"> + <methods> + <exclude name="onboardVNFTestSanity"/> + </methods> + </class> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.CatalogLeftPanelTest"/> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.Vf"/> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.Service"/> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.ImportVFCAsset"/> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.ImportDCAE"/> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.DeploymentViewTests"/> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.VFCArtifacts"/> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.VfArtifacts"/> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.VfDeploymentInformationalArtifacts"/> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.Product"/> + + <class name="org.onap.sdc.frontend.ci.tests.US.ImportUpdateInformationalDeploymentArtifacts"/> + <class name="org.onap.sdc.frontend.ci.tests.US.MIBsArtifactsOnResourceInstance"/> + <class name="org.onap.sdc.frontend.ci.tests.US.NewArtifactTypeGuide"/> + <class name="org.onap.sdc.frontend.ci.tests.US.RemoveRestrictionOfDeploymentArtifacts"/> + + + + + + </classes> + </test> <!-- uitests --> +</suite> <!-- uisuite -->
\ No newline at end of file |