aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/resources/ci/testSuites/PortMirroring.xml
blob: da03e8285e8417bb1438a7c9411f72b6b53e0722 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="uitests" configfailurepolicy="continue" parallel="methods" thread-count="2">
  <test name="PortMirroringTests">
    <classes>
		<class name="org.openecomp.sdc.ci.tests.execute.sanity.PortMirroring"/>
    </classes>
  </test>
</suite>