blob: f94f89737ab6c5b5d062535d3aa9883561192354 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001<?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.openecomp.sdc.ci.tests.execute.property.PropertyApisTest"/>
7 <class name="org.openecomp.sdc.ci.tests.execute.property.PropertyServletTest"/>
8 <class name="org.openecomp.sdc.ci.tests.execute.property.AdditionalInformationServletTest"/>
9 </classes>
10 </test> <!-- Test -->
11</suite> <!-- Property -->