diff options
author | andre.schmid <andre.schmid@est.tech> | 2021-02-26 18:19:50 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2021-03-10 00:06:16 +0000 |
commit | 280149632b48dfabd4c12719d1ff391414bbd02f (patch) | |
tree | 345ab6d6aafcdb07d7c77fd88b641aa91e62c3fe /integration-tests/src/test/resources/ci/testSuites | |
parent | 77ae856a6ef8cf9beea4cd59fab690ece909671a (diff) |
Add ETSI 2.5.1 Network Service design UI Test
Change-Id: I3b008020601c2e5ecdcc3de594fc40d692b2cd8d
Issue-ID: SDC-3498
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'integration-tests/src/test/resources/ci/testSuites')
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml | 5 |
1 files changed, 5 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 db352d3848..2cc0808076 100644 --- a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -26,6 +26,11 @@ </methods> </class> <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.GAB"/> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.EtsiNetworkServiceUiTests"> + <methods> + <include name="createEtsiNetworkService"/> + </methods> + </class> </classes> </test> </suite> |