aboutsummaryrefslogtreecommitdiffstats
path: root/test-apis-ci/src/main/resources/ci/testSuites/service.xml
blob: 4b2842d7fc8155a11b4d187c35ede7f2f24f5604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Service">
  <test name="Service">
    <classes>
      <class name="org.openecomp.sdc.ci.tests.execute.service.ChangeServiceDistributionStatusApiTest"/>
      <class name="org.openecomp.sdc.ci.tests.execute.service.GetAllServiceVersions"/>
      <class name="org.openecomp.sdc.ci.tests.execute.interfaceoperation.InterfaceOperationsTest">
        <methods>
          <include name="addInterfaceOperationsOnService"/>
          <include name="getInterfaceOperationsFromService"/>
          <include name="updateInterfaceOperationsOnService"/>
          <include name="deleteInterfaceOperationsFromService"/>
          <include name="testCreateOperationWithLocalInterfaceAndDownloadArtifact"/>
        </methods>
      </class>
    </classes>
  </test>
</suite> <!-- Service -->