aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-02-24 09:15:48 +0100
committerChristophe Closset <christophe.closset@intl.att.com>2021-02-25 13:30:20 +0000
commite01f4a5f5e4258e5b02593bda5cb0c5ec87b1899 (patch)
tree6cd6ffc6df7f126178ceb0f5e64ec90e21b267cf /integration-tests/src/test/resources/ci/testSuites
parent5c50d66c0ddcc3de44ed897151ea8431550af07b (diff)
Add UI/Rest sanity checks for helm package onboarding
Issue-ID: SDC-3185 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I17f19987c76647b448a409fda6b4a85e058d9612
Diffstat (limited to 'integration-tests/src/test/resources/ci/testSuites')
-rw-r--r--integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml2
-rw-r--r--integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml1
2 files changed, 2 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 fbd796edb1..97537986cb 100644
--- a/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml
+++ b/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml
@@ -8,4 +8,4 @@
<class name="org.onap.sdc.backend.ci.tests.sanity.Onboard"/>
</classes>
</test>
-</suite> \ No newline at end of file
+</suite>
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 48e28fc316..c53dd4a73b 100644
--- a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml
+++ b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml
@@ -19,6 +19,7 @@
<class name="org.onap.sdc.frontend.ci.tests.execute.sanity.OnboardingFlowsUi">
<methods>
<include name="onapOnboardVNFflow"/>
+ <include name="onboardCNFTest"/>
<include name="onapOnboardVSPValidationsSanityFlow"/>
<include name="onboardPNFSoftwareInformationFlow"/>
</methods>