aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/frontend/helmValidatorTests.xml
blob: ac44641767c1cc27d30b452660754fb3aab9b86d (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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"/>

  <test name="helmValidatorTests">
    <classes>
    </classes>
  </test>
</suite>