aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/frontend/PortMirroring.xml
blob: 36c149a2825e5ba76224b9cdc60e252df6af9f50 (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.onap.sdc.frontend.ci.tests.execute.sanity.PortMirroring"/>
    </classes>
  </test>
</suite>