diff options
author | davsad <david.sadlier@est.tech> | 2021-04-28 09:46:46 +0100 |
---|---|---|
committer | David Sadlier <david.sadlier@est.tech> | 2021-05-27 23:23:02 +0000 |
commit | f12b2ea0267014cd347ae5f87468b7831fa5ff1b (patch) | |
tree | 723d0aaafe0cce7a2b4f26af8cf310629f9d3df7 /integration-tests/src/test/resources | |
parent | 30b974a429821c7a065b393b690e2380afce3284 (diff) |
Add IT Tests Adding Metadata to property input
Issue-ID: SDC-3586
Signed-off-by: davsad <david.sadlier@est.tech>
Change-Id: I554ff2e226520b1af7af865f394c8af5aaf15469
Diffstat (limited to 'integration-tests/src/test/resources')
-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 8c75510a15..ce2436e796 100644 --- a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -44,6 +44,7 @@ <include name="createSubstitutionFilter"/> <include name="createDirectiveNodeFilterTest"/> <include name="updateInterfaceOperation"/> + <include name="createMetadataForServiceProperty"/> </methods> </class> </classes> |