blob: a6c2584a2cb3ce0ea4c6b92882e183db612083ce [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
3<suite name="uitests" configfailurepolicy="continue">
4 <test name="uitests">
5 <classes>
6 <!--onboard-->
7 <class name="org.openecomp.sdc.ci.tests.execute.sanity.Onboard">
8 <methods>
9 <include name="onboardVNFTest"/>
10 </methods>
11 </class>
12 <!--vf-->
13 <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf"/>
14 </classes>
15 </test> <!-- uitests -->
16</suite> <!-- uisuite -->