blob: 02eb27f9a81837671b91a568e0284a687cd7ef1d [file] [log] [blame]
Michael Lando5b593492018-07-29 16:13:45 +03001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
3<suite name="systemtests" configfailurepolicy="continue" parallel="methods" thread-count="2" data-provider-thread-count="2">
4 <parameter name="makeDistribution" value="true"/>
5 <test name="complexServiceSanity">
6 <classes>
7 <class name="org.openecomp.sdc.ci.tests.execute.AmdocsComplexService.CreatePath"/>
8 </classes>
9 </test> <!-- uitests -->
10</suite> <!-- uisuite -->