blob: 035bf695ea1fb9cfc387f22b815a515dabb8c839 [file] [log] [blame]
Tomasz Golabek46b51c62020-02-27 11:22:01 +01001<?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="1"
4 data-provider-thread-count="1">
5
6 <parameter name="makeDistribution" value="false"/>
7
8 <test name="uiSanity">
9 <classes>
10 <class name="org.openecomp.sdc.ci.tests.execute.sanity.GAB"/>
11 </classes>
12 </test>
13</suite>