aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/backend/helmValidatorTests.xml
blob: e69785d3971f9e3231dbf9cd197e0a791d6a2d14 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
<suite name="helmValidatorTests" configfailurepolicy="continue" parallel="methods" thread-count="1" data-provider-thread-count="1">
  <parameter name="makeDistribution" value="false"/>
  <parameter name="makeToscaValidation" value="true"/>
  <test name="HelmValidatorTests">
    <classes>
    </classes>
  </test>
</suite>