summaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/artifacts.xml
blob: 1352e75d58eba618d1550c109e794833827b4c75 (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="Artifacts">
  <test name="Artifacts">
    <classes>
      <class name="org.openecomp.sdc.ci.tests.execute.artifacts.DownloadComponentArt"/>
      <class name="org.openecomp.sdc.ci.tests.execute.artifacts.ValidateHeatArtFieldsTypes"/>
      <class name="org.openecomp.sdc.ci.tests.execute.artifacts.PlaceHolderValidations"/>
    </classes>
  </test>
</suite> <!-- Artifacts -->