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="lifeCycle" parallel="none"> |
| 4 | <test name="Test"> |
| 5 | <classes> |
| 6 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceLCS_cerificationCITest"/> |
| 7 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceResourceLCSTest"/> |
| 8 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCS_UndoCheckOutCITest"/> |
| 9 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceLCS_UndoCheckOutCITest"/> |
| 10 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCS_StartCertificationCITest"/> |
| 11 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceLCS_CheckinCITest"/> |
| 12 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCS_CheckOutCITest"/> |
| 13 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceCertWithResourceInstances"/> |
| 14 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.CrossCheckOutTest"/> |
| 15 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.CertifyVFWithNotCertRIs"/> |
| 16 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCS_request4CerCITest"/> |
| 17 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.CleanupIntermediateReources"/> |
| 18 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceLCS_CheckOutCIT"/> |
| 19 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCS_cerificationCITest"/> |
| 20 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.CertifyServiceWithNotCertRI"/> |
| 21 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCS_CheckInCITest"/> |
| 22 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceLCS_request4CerCITest"/> |
| 23 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCSbaseTest"/> |
| 24 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceLCS_StartCertificationCITest"/> |
| 25 | </classes> |
| 26 | </test> <!-- Test --> |
| 27 | </suite> <!-- lifeCycle --> |