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="lifeCycle"> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 4 | <test name="Test"> |
| 5 | <classes> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 6 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCSbaseTest"/> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 7 | </classes> |
| 8 | </test> <!-- Test --> |
| 9 | </suite> <!-- lifeCycle --> |