summaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/product.xml
blob: 101b94a6bb2c9536f06d86f7da8904f822d65253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Product">
  <test name="Test">
    <classes>
      <class name="org.openecomp.sdc.ci.tests.execute.product.ProductLifecycleTest"/>
      <class name="org.openecomp.sdc.ci.tests.execute.product.ProductUndoCheckoutTest"/>
      <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCheckinTest"/>
      <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCheckoutTest"/>
    </classes>
  </test> <!-- Test -->
</suite> <!-- Product -->