blob: f4f99db3a1d21fe930a5a6ef8dd911735b841c88 [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">
3<suite name="uitests" configfailurepolicy="continue" parallel="methods" thread-count="2" data-provider-thread-count="2">
4 <test name="uiSanity">
5 <classes>
6 <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfArtifacts"/>
7 <!-- <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf"/> -->
8 </classes>
9 </test> <!-- uitests -->
10</suite> <!-- uisuite -->