Add sdc startup in IT
[sdc.git] / integration-tests / src / test / resources / ci / testSuites / backend / property.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
3 <suite name="Property" >
4   <test name="Test">
5     <classes>
6       <class name="org.onap.sdc.backend.ci.tests.execute.property.PropertyApisTest"/>
7       <class name="org.onap.sdc.backend.ci.tests.execute.property.AdditionalInformationServletTest"/>
8     </classes>
9   </test> <!-- Test -->
10 </suite> <!-- Property -->