diff options
author | andre.schmid <andre.schmid@est.tech> | 2021-09-07 18:29:51 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2021-09-15 12:50:21 +0000 |
commit | 63600cbfd177ece94e854446971d8e297e24d58f (patch) | |
tree | d9dd39708a1ff6027493e13a67e5a7ab42b47a43 /integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml | |
parent | 559fa3bfa61fb35a2e718c746e762d78516ead32 (diff) |
Add integration tests for the ETSI 2.5.1 Model
Adds integration tests for the ETSI SOL001 2.5.1 Model, that Onboards
and Import a VSP created for the model, and check the resulting VF.
Change-Id: I02e6ae86a544d98298cc3e4b270a84fb794bd204
Issue-ID: SDC-3719
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml')
-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 6c6e595767..cb662b562b 100644 --- a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -49,6 +49,7 @@ <include name="addComponentInput"/> </methods> </class> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.EtsiModelUiTests"/> </classes> </test> </suite> |