Add sdc startup in IT
[sdc.git] / integration-tests / src / test / resources / ci / testSuites / backend / 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.onap.sdc.backend.ci.tests.execute.service.GetAllServiceVersions"/>
7       <class name="org.onap.sdc.backend.ci.tests.execute.interfaceoperation.InterfaceOperationsTest">
8         <methods>
9           <include name="addInterfaceOperationsOnService"/>
10           <include name="getInterfaceOperationsFromService"/>
11           <include name="updateInterfaceOperationsOnService"/>
12           <include name="deleteInterfaceOperationsFromService"/>
13           <include name="testCreateOperationWithLocalInterfaceAndDownloadArtifact"/>
14         </methods>
15       </class>
16     </classes>
17   </test>
18 </suite> <!-- Service -->