diff options
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> |