[SDC-29] rebase continue work to align source
[sdc.git] / test-apis-ci / src / main / resources / ci / testSuites / service.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
3 <suite name="Service" >
4    <test name="Service">
5     <classes>
6       <class name="org.openecomp.sdc.ci.tests.execute.service.GetServiceLatestVersionTest"/>
7       <class name="org.openecomp.sdc.ci.tests.execute.service.CreateServiceMetadataApiTest"/>
8       <class name="org.openecomp.sdc.ci.tests.execute.service.ReqCapOccurrencesTest"/>
9       <class name="org.openecomp.sdc.ci.tests.execute.service.ChangeServiceDistributionStatusApiTest"/>
10       <class name="org.openecomp.sdc.ci.tests.execute.service.ServiceComponentInstanceCRUDTest"/>
11       <class name="org.openecomp.sdc.ci.tests.execute.service.UpdateServiceMetadataTest"/>
12       <class name="org.openecomp.sdc.ci.tests.execute.service.GetAllServiceVersions"/>
13         </classes> 
14     </test>
15 </suite> <!-- Service -->