Add missing index tag
[sdc.git] / test-apis-ci / testngLifeCycle.xml
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.LCSbaseTest"/>
7     </classes>
8   </test> <!-- Test -->
9 </suite> <!-- lifeCycle -->