aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml
blob: 1e295a2793052c8f3ac9374b894feb284aa92e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?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="4" data-provider-thread-count="2">
 <parameter name="makeDistribution"  value="true"/>

  <test name="uiSanity">
    <classes>
    	
    	<class name="org.openecomp.sdc.ci.tests.execute.sanity.ToscaValidationTest"/>
   		<class name="org.openecomp.sdc.ci.tests.execute.sanity.OnboardingFlowsUI">
   			  <methods>
				<exclude name="onboardVNFTestSanity"/>
				<exclude name="onboardVNFShotFlow"/>
				<exclude name="onboardVNFTest"/>
				<exclude name="onboardVNFTestSanityOneFile"/>
			  </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.VfAPI"/>
		<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.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"/>
        <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.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>
  </test> <!-- uitests -->
</suite> <!-- uisuite -->