diff options
author | KrupaNagabhushan <krupa.nagabhushan@est.tech> | 2021-05-12 13:50:12 +0100 |
---|---|---|
committer | Andr� Schmid <andre.schmid@est.tech> | 2021-06-17 15:33:04 +0000 |
commit | 3ee2a21e24676017ab86dda6969956cbc5d9785a (patch) | |
tree | d05aec1bb17c8b4d192e0be62bd4543706f51af5 /integration-tests/src/test/resources | |
parent | c8bc4d451d6a517b3eeff53c5bf0a49f3840b07c (diff) |
Integration Test - Add Input independent of properties
Issue-ID: SDC-3617
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: I333a793f6c6ae5c6f4c1f5af6fce3f86d2bf9219
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 73e369b6f1..6c6e595767 100644 --- a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -46,6 +46,7 @@ <include name="createDirectiveNodeFilterTest"/> <include name="updateInterfaceOperation"/> <include name="createMetadataForServiceProperty"/> + <include name="addComponentInput"/> </methods> </class> </classes> |