JulienBe | b167946 | 2020-08-19 11:12:59 +0200 | [diff] [blame^] | 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.openecomp.sdc.ci.tests.execute.service.GetAllServiceVersions"/> |
| 7 | <class name="org.openecomp.sdc.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 --> |