aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/property.xml
blob: b7dba95f161aaae8dc8bc702b045131729c316b8 (plain)
1
2
3
4
5
6
7
8
9
10
<?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.AdditionalInformationServletTest"/>
    </classes>
  </test> <!-- Test -->
</suite> <!-- Property -->