summaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/main/resources/ci/testSuites/property.xml
blob: f94f89737ab6c5b5d062535d3aa9883561192354 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Property" >
  <test name="Test">
    <classes>
      <class name="org.openecomp.sdc.ci.tests.execute.property.PropertyApisTest"/>
      <class name="org.openecomp.sdc.ci.tests.execute.property.PropertyServletTest"/>
      <class name="org.openecomp.sdc.ci.tests.execute.property.AdditionalInformationServletTest"/>
    </classes>
  </test> <!-- Test -->
</suite> <!-- Property -->