diff options
author | Michael Lando <ml636r@att.com> | 2017-06-11 14:22:02 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-06-11 17:48:32 +0300 |
commit | b3d4898d9e8452ea0b8d848c048e712d43b8d9a3 (patch) | |
tree | 0609319203be13f6c29ccbe24cb39c9d64f90095 /ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml | |
parent | af9929df75604ce407d0ca542b200630164e0ae6 (diff) |
[SDC-29] rebase continue work to align source
Change-Id: I218f1c5ee23fb2c8314f1c70921d3ad8682c10f4
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml')
-rw-r--r-- | ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml b/ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml new file mode 100644 index 0000000000..a8dcf84c73 --- /dev/null +++ b/ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml @@ -0,0 +1,33 @@ +<?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.openecomp.sdc.ci.tests.execute.sanity.CatalogLeftPanelTest"/> + <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf"/> + <class name="org.openecomp.sdc.ci.tests.execute.sanity.Service"/> + <class name="org.openecomp.sdc.ci.tests.execute.sanity.ImportVFCAsset"/> + <class name="org.openecomp.sdc.ci.tests.execute.sanity.ImportDCAE"/> + <class name="org.openecomp.sdc.ci.tests.execute.sanity.DeploymentViewTests"/> + <class name="org.openecomp.sdc.ci.tests.execute.sanity.VFCArtifacts"/> + <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfArtifacts"/> + <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfDeploymentInformationalArtifacts"/> + <class name="org.openecomp.sdc.ci.tests.execute.sanity.AdminUserManagment"/> + <!-- <class name="org.openecomp.sdc.ci.tests.execute.sanity.Product"/> --> + + <class name="org.openecomp.sdc.ci.tests.US.ImportUpdateInformationalDeploymentArtifacts"/> + <class name="org.openecomp.sdc.ci.tests.US.MIBsArtifactsOnResourceInstance"/> + <class name="org.openecomp.sdc.ci.tests.US.NewArtifactTypeGuide"/> + <class name="org.openecomp.sdc.ci.tests.US.RemoveRestrictionOfDeploymentArtifacts"/> + + <!-- <class name="org.openecomp.sdc.ci.tests.US.AddComponentInstancesArtifactsInCsar"/> --> + + </classes> + </test> <!-- uitests --> +</suite> <!-- uisuite -->
\ No newline at end of file |