diff options
Diffstat (limited to 'integration-tests/src/test/resources/ci')
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml | 6 |
1 files changed, 6 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 2cc0808076..78f9cdc197 100644 --- a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -31,6 +31,12 @@ <include name="createEtsiNetworkService"/> </methods> </class> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.EtsiOnboardVnfCnfUiTests"> + <methods> + <include name="createVlm"/> + <include name="onboardEtsiVnfCnfFlow"/> + </methods> + </class> </classes> </test> </suite> |