diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-03-02 10:28:28 +0100 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-03-03 08:25:30 +0000 |
commit | 8dd06f6137371e90664fdc89d491f6cf66f5c308 (patch) | |
tree | b9f558649f4860d8b4041f2010d1e272203cd398 /integration-tests/src/test/resources/ci | |
parent | 85043189238dee61a9af65e22eabf5b362327082 (diff) |
Add negative integration test cases for helm package onboarding
Issue-ID: SDC-3185
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I76d372b9556c31af77e8f770b996398aec0145df
Diffstat (limited to 'integration-tests/src/test/resources/ci')
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml index c53dd4a73b..db352d3848 100644 --- a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -20,6 +20,7 @@ <methods> <include name="onapOnboardVNFflow"/> <include name="onboardCNFTest"/> + <include name="onboardCNFTestShouldFailForInvalidHelmPackage"/> <include name="onapOnboardVSPValidationsSanityFlow"/> <include name="onboardPNFSoftwareInformationFlow"/> </methods> |