<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite thread-count="10" skipfailedinvocationCounts="false" verbose="0" name="Command line suite" junit="false" parallel="tests" annotations="JDK" data-provider-thread-count="10">
  <test name="commands.CommandIdUniquenessTest" junit="false">
    <classes>
      <class name="org.infinispan.commands.CommandIdUniquenessTest"/>
    </classes>
  </test>
</suite>