aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/backend/property.xml
blob: cb8875ac64f7cfb206e7cce2f5b15e1eaf48f0af (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.onap.sdc.backend.ci.tests.execute.property.PropertyApisTest"/>
      <class name="org.onap.sdc.backend.ci.tests.execute.property.AdditionalInformationServletTest"/>
    </classes>
  </test> <!-- Test -->
</suite> <!-- Property -->