summaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/resources/ci/testSuites/andreyPara.xml
blob: 3e3efdd9cd0176721a9e8c36926eeea59bf11133 (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
<?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">

<listeners>
    <listener class-name="com.att.automation.common.report_portal_integration.listeners.ReportPortalListener"/>
</listeners>

  <test name="VF1">
    <classes>
		<class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf">
		    <methods>
				<include name="updateVF"/>
			</methods>
		</class>
		
    </classes>
  </test> <!-- uitests -->
  
   <test name="VF2">
    <classes>
		<class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf">
		    <methods>
				<include name="addUpdateDeleteDeploymentArtifactToVfTest"/>
				<include name="addPropertiesToVfcInstanceInVfTest"/>
			</methods>
		</class>
		
    </classes>
  </test> <!-- uitests -->
</suite> <!-- uisuite -->