blob: 4b2842d7fc8155a11b4d187c35ede7f2f24f5604 [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">
vasrazcb7a00b2019-10-15 10:23:08 +01003<suite name="Service">
4 <test name="Service">
Michael Landob3d48982017-06-11 14:22:02 +03005 <classes>
Michael Landob3d48982017-06-11 14:22:02 +03006 <class name="org.openecomp.sdc.ci.tests.execute.service.ChangeServiceDistributionStatusApiTest"/>
Michael Landob3d48982017-06-11 14:22:02 +03007 <class name="org.openecomp.sdc.ci.tests.execute.service.GetAllServiceVersions"/>
priyanshu5b9d9a12019-01-14 15:46:55 +05308 <class name="org.openecomp.sdc.ci.tests.execute.interfaceoperation.InterfaceOperationsTest">
9 <methods>
10 <include name="addInterfaceOperationsOnService"/>
11 <include name="getInterfaceOperationsFromService"/>
12 <include name="updateInterfaceOperationsOnService"/>
13 <include name="deleteInterfaceOperationsFromService"/>
Mojahidul Islamba6a9e62019-07-09 11:16:35 +053014 <include name="testCreateOperationWithLocalInterfaceAndDownloadArtifact"/>
priyanshu5b9d9a12019-01-14 15:46:55 +053015 </methods>
16 </class>
vasrazcb7a00b2019-10-15 10:23:08 +010017 </classes>
18 </test>
Michael Landob3d48982017-06-11 14:22:02 +030019</suite> <!-- Service -->