aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/backend/productAPIs.xml
blob: ac7af871869b0c870b0cc4d5afbd9fbd98f7aeaa (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" 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 -->