Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> | ||||
3 | <suite name="Suite" > | ||||
4 | <listeners> | ||||
5 | <listener class-name="org.openecomp.sdc.ci.tests.run.ExtentReporterNG" /> | ||||
6 | </listeners> | ||||
7 | <test name="Test"> | ||||
8 | <classes> | ||||
9 | <class name="org.openecomp.sdc.ci.tests.execute.category.CategoriesTests"/> | ||||
10 | </classes> | ||||
11 | </test> <!-- Test --> | ||||
12 | </suite> <!-- Suite --> | ||||
13 | |||||
14 | |||||
15 |