blob: 770d2bebf0fac26661f132c362d48ba0ca9ba0b1 [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"/>
Mojahidul Islamba6a9e62019-07-09 11:16:35 +053019 <include name="testCreateOperationWithLocalInterfaceAndDownloadArtifact"/>
priyanshu5b9d9a12019-01-14 15:46:55 +053020 </methods>
21 </class>
Michael Landob3d48982017-06-11 14:22:02 +030022 </classes>
23 </test>
24</suite> <!-- Service -->