aboutsummaryrefslogtreecommitdiffstats
path: root/test-apis-ci/src/main/resources/ci/testSuites/service.xml
blob: 18d5630c4e4de29809c11c6fb2adabfc9f5bceed (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="Service" >
   <test name="Service">
    <classes>
      <class name="org.openecomp.sdc.ci.tests.execute.service.GetServiceLatestVersionTest"/>
      <class name="org.openecomp.sdc.ci.tests.execute.service.CreateServiceMetadataApiTest"/>
      <class name="org.openecomp.sdc.ci.tests.execute.service.ReqCapOccurrencesTest"/>
      <class name="org.openecomp.sdc.ci.tests.execute.service.ChangeServiceDistributionStatusApiTest"/>
      <class name="org.openecomp.sdc.ci.tests.execute.service.ServiceComponentInstanceCRUDTest"/>
      <class name="org.openecomp.sdc.ci.tests.execute.service.UpdateServiceMetadataTest"/>
      <class name="org.openecomp.sdc.ci.tests.execute.service.GetAllServiceVersions"/>
        </classes> 
    </test>
</suite> <!-- Service -->