Fix helm-validator integration tests. 10/122810/4
authorTomasz Wrobel <tomasz.wrobel@nokia.com>
Thu, 22 Jul 2021 07:10:51 +0000 (09:10 +0200)
committerMichael Morris <michael.morris@est.tech>
Wed, 28 Jul 2021 09:48:35 +0000 (09:48 +0000)
- Skip helm-validator tests when helm validator is disabled,
- Align expected validation message.

Issue-ID: SDC-3646
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Ia6d415e44545748e23b6130de1ad1d6946730265

integration-tests/src/test/resources/Files/CNFs/helm-package-valid_expect
integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml

index 8ce016d..c81bbdc 100644 (file)
@@ -7,7 +7,8 @@
     <classes>
       <class name="org.onap.sdc.backend.ci.tests.sanity.Onboard">
         <methods>
-          <exclude name="onboardCNFWithHelmValidatorTest"/>
+          <exclude name="onboardCNFWithHelmValidatorFlow"/>
+          <exclude name="onboardCNFWithHelmValidatorFlowWithWarning"/>
           <exclude name="onboardCNFWithHelmValidatorShouldFailTest"/>
         </methods>
       </class>