Add sdc startup in IT
[sdc.git] / integration-tests / src / test / resources / ci / testSuites / productAPIs.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
3 <suite name="productAPIs" configfailurepolicy="continue" verbose="2" parallel="tests"
4   thread-count="6">
5
6   <test name="Test">
7     <classes>
8       <class name="org.onap.sdc.backend.ci.tests.execute.product.ProductCheckinTest"/>
9       <class name="org.onap.sdc.backend.ci.tests.execute.product.ProductCheckoutTest"/>
10       <class name="org.onap.sdc.backend.ci.tests.execute.product.ProductCreateWithValidationsTest"/>
11       <class name="org.onap.sdc.backend.ci.tests.execute.product.ProductGetFollowedTest"/>
12       <class name="org.onap.sdc.backend.ci.tests.execute.product.ProductUndoCheckoutTest"/>
13     </classes>
14   </test> <!-- Test -->
15 </suite> <!-- Suite -->