diff options
author | Michael Lando <ml636r@att.com> | 2018-07-29 16:13:45 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-07-29 16:20:34 +0300 |
commit | 5b593496b8f1b8e8be8d7d2dbcc223332e65a49b (patch) | |
tree | 2f9dfc45191e723da69cf74be7829784e9741b94 /ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml | |
parent | 9200382f2ce7b4bb729aa287d0878004b2d2b4f9 (diff) |
re base code
Change-Id: I12a5ca14a6d8a87e9316b9ff362eb131105f98a5
Issue-ID: SDC-1566
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 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml b/ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml index b0bcc333a5..1e295a2793 100644 --- a/ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml +++ b/ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml @@ -16,7 +16,7 @@ </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.Vf"/>--> <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfAPI"/> <class name="org.openecomp.sdc.ci.tests.execute.sanity.Service"/> <class name="org.openecomp.sdc.ci.tests.execute.sanity.ImportVFCAsset"/> @@ -28,6 +28,13 @@ <class name="org.openecomp.sdc.ci.tests.execute.sanity.AdminUserManagment"/> <class name="org.openecomp.sdc.ci.tests.execute.sanity.PNF"/> <class name="org.openecomp.sdc.ci.tests.execute.sanity.PropertiesAssignment"/> + <class name="org.openecomp.sdc.ci.tests.execute.sanity.PropertiesAssignmentUpdateFlow"> + <methods> + <exclude name="updatePropertyChangeVfiVersionTest"/> + <exclude name="deletePropertyChangeVfiVersionTest"/> + </methods> + </class> + <class name="org.openecomp.sdc.ci.tests.execute.sanity.ArchiveRestoreTest"/> <!-- <class name="org.openecomp.sdc.ci.tests.execute.sanity.Product"/> --> <class name="org.openecomp.sdc.ci.tests.US.ImportUpdateInformationalDeploymentArtifacts"/> @@ -36,7 +43,8 @@ <class name="org.openecomp.sdc.ci.tests.US.RemoveRestrictionOfDeploymentArtifacts"/> <class name="org.openecomp.sdc.ci.tests.execute.sanity.OnboardingFlowsThroughAPI"/> <class name="org.openecomp.sdc.ci.tests.execute.sanity.PortMirroring"/> - + <class name="org.openecomp.sdc.ci.tests.execute.sanity.Annotation"/> + <class name="org.openecomp.sdc.ci.tests.execute.sanity.UpgradeServices"/> <!-- <class name="org.openecomp.sdc.ci.tests.US.AddComponentInstancesArtifactsInCsar"/> --> </classes> |