blob: 5c64fb49cbb9b6943c671d7d53b52e3311bd7eac [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"/>
priyanshu5b9d9a12019-01-14 15:46:55 +053013 <class name="org.openecomp.sdc.ci.tests.execute.interfaceoperation.InterfaceOperationsTest">
14 <methods>
15 <include name="addInterfaceOperationsOnService"/>
16 <include name="getInterfaceOperationsFromService"/>
17 <include name="updateInterfaceOperationsOnService"/>
18 <include name="deleteInterfaceOperationsFromService"/>
19 </methods>
20 </class>
Michael Landob3d48982017-06-11 14:22:02 +030021 </classes>
22 </test>
23</suite> <!-- Service -->