diff options
author | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2021-05-26 09:45:45 +0200 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2021-06-15 16:30:42 +0000 |
commit | c8bc4d451d6a517b3eeff53c5bf0a49f3840b07c (patch) | |
tree | 14e3757b946c275021b09176a9c24ac100e73485 /integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml | |
parent | ddf9aaefc753b492fb72144d597a27df8080a4ab (diff) |
Add test cases for Helm validation
Issue-ID: SDC-3185
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: Ic68907aa385e5a735d0948ca2177e6aac12b2e7b
Diffstat (limited to 'integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml')
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml b/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml index 97537986cb..8ce016d09f 100644 --- a/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml @@ -5,7 +5,12 @@ <parameter name="makeToscaValidation" value="true"/> <test name="ExternalApis"> <classes> - <class name="org.onap.sdc.backend.ci.tests.sanity.Onboard"/> + <class name="org.onap.sdc.backend.ci.tests.sanity.Onboard"> + <methods> + <exclude name="onboardCNFWithHelmValidatorTest"/> + <exclude name="onboardCNFWithHelmValidatorShouldFailTest"/> + </methods> + </class> </classes> </test> </suite> |