blob: 18d5630c4e4de29809c11c6fb2adabfc9f5bceed [file] [log] [blame]
Michael Landob3d48982017-06-11 14:22:02 +03001<?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 -->