aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/imports.xml
blob: b9374cf47af48cd0b888c1e3e5fc46482d5339f6 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Imports">
  <test name="Imports">
    <classes>
      <class name="org.openecomp.sdc.ci.tests.execute.imports.ImportGenericResourceCITest"/>
    </classes>
  </test> <!-- Test -->
</suite> <!-- Imports -->