aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/productAPIs.xml
blob: bd5f06da151c60bf7689a3f727c87e2fbcbef699 (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="productAPIs" configfailurepolicy="continue" verbose="2" parallel="tests"
  thread-count="6">

  <test name="Test">
    <classes>
      <class name="org.onap.sdc.backend.ci.tests.execute.product.ProductCheckinTest"/>
      <class name="org.onap.sdc.backend.ci.tests.execute.product.ProductCheckoutTest"/>
      <class name="org.onap.sdc.backend.ci.tests.execute.product.ProductCreateWithValidationsTest"/>
      <class name="org.onap.sdc.backend.ci.tests.execute.product.ProductGetFollowedTest"/>
      <class name="org.onap.sdc.backend.ci.tests.execute.product.ProductUndoCheckoutTest"/>
    </classes>
  </test> <!-- Test -->
</suite> <!-- Suite -->