Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> |
vasraz | cb7a00b | 2019-10-15 10:23:08 +0100 | [diff] [blame] | 3 | <suite name="Service"> |
| 4 | <test name="Service"> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 5 | <classes> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 6 | <class name="org.openecomp.sdc.ci.tests.execute.service.ChangeServiceDistributionStatusApiTest"/> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 7 | <class name="org.openecomp.sdc.ci.tests.execute.service.GetAllServiceVersions"/> |
priyanshu | 5b9d9a1 | 2019-01-14 15:46:55 +0530 | [diff] [blame] | 8 | <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 Islam | ba6a9e6 | 2019-07-09 11:16:35 +0530 | [diff] [blame] | 14 | <include name="testCreateOperationWithLocalInterfaceAndDownloadArtifact"/> |
priyanshu | 5b9d9a1 | 2019-01-14 15:46:55 +0530 | [diff] [blame] | 15 | </methods> |
| 16 | </class> |
vasraz | cb7a00b | 2019-10-15 10:23:08 +0100 | [diff] [blame] | 17 | </classes> |
| 18 | </test> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 19 | </suite> <!-- Service --> |