diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-11-02 10:01:16 +0000 |
---|---|---|
committer | Andr� Schmid <andre.schmid@est.tech> | 2021-11-02 16:48:49 +0000 |
commit | db7e56a11d52e3f89039add0b209eedb9552ac5a (patch) | |
tree | a409a7cc2e613f0e0e427e123658d1038df7892e /integration-tests/src/test/resources/ci | |
parent | 0537b8ce368278b0e8358bd60e56151f8c8961a7 (diff) |
IT Test Import tosca types for a model
Issue-ID: SDC-3735
Signed-off-by: davsad <david.sadlier@est.tech>
Change-Id: I45d438af0439ad553869e26feb4175795e417d4c
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
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 cb662b562b..98a3f50bf1 100644 --- a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -50,6 +50,7 @@ </methods> </class> <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.EtsiModelUiTests"/> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.ModelToscaTypeImportTest"/> </classes> </test> </suite> |