<?xml version=“1.0” encoding=“UTF-8”?> <!DOCTYPE suite SYSTEM “testng.org/testng-1.0.dtd” > <suite name=“SERVICENAME-production-tests”>
<test name="SERVICENAME production tests"> <packages> <package name="GROUPID.tests.production.*"/> </packages> </test>
</suite>