diff options
Diffstat (limited to 'integration-tests/src/test/resources/ci/testSuites/frontend')
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/frontend/helmValidatorTests.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/ci/testSuites/frontend/helmValidatorTests.xml b/integration-tests/src/test/resources/ci/testSuites/frontend/helmValidatorTests.xml new file mode 100644 index 0000000000..ac44641767 --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/helmValidatorTests.xml @@ -0,0 +1,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> |