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"> |
| 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"/> |
priyanshu | 5b9d9a1 | 2019-01-14 15:46:55 +0530 | [diff] [blame] | 13 | <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"/> |
| 19 | </methods> |
| 20 | </class> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 21 | </classes> |
| 22 | </test> |
| 23 | </suite> <!-- Service --> |