diff options
Diffstat (limited to 'integration-tests/src/test/resources/ci')
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml | 2 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml | 1 |
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> |