blob: 3e3efdd9cd0176721a9e8c36926eeea59bf11133 [file] [log] [blame]
Michael Landob3d48982017-06-11 14:22:02 +03001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
Michael Landoa5445102018-03-04 14:53:33 +02003 <suite name="uitests" configfailurepolicy="continue" parallel="methods" thread-count="2" data-provider-thread-count="2">
4
5<listeners>
6 <listener class-name="com.att.automation.common.report_portal_integration.listeners.ReportPortalListener"/>
7</listeners>
8
9 <test name="VF1">
Michael Landob3d48982017-06-11 14:22:02 +030010 <classes>
Michael Landoa5445102018-03-04 14:53:33 +020011 <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf">
12 <methods>
13 <include name="updateVF"/>
14 </methods>
15 </class>
16
17 </classes>
18 </test> <!-- uitests -->
19
20 <test name="VF2">
21 <classes>
22 <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf">
23 <methods>
24 <include name="addUpdateDeleteDeploymentArtifactToVfTest"/>
25 <include name="addPropertiesToVfcInstanceInVfTest"/>
26 </methods>
27 </class>
28
Michael Landob3d48982017-06-11 14:22:02 +030029 </classes>
30 </test> <!-- uitests -->
31</suite> <!-- uisuite -->