aboutsummaryrefslogtreecommitdiffstats
path: root/test-apis-ci/testng.xml
blob: 8a47ef6d62b1c63c5521cc826ec2b0609e925566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Suite" >
   <listeners>
        <listener class-name="org.openecomp.sdc.ci.tests.run.ExtentReporterNG" />
    </listeners>
  <test name="Test">
    <classes>
      <class name="org.openecomp.sdc.ci.tests.execute.category.CategoriesTests"/>
    </classes>
  </test> <!-- Test -->
</suite> <!-- Suite -->