diff options
author | marcinrzepeckiwroc <marcin.rzepecki@nokia.com> | 2020-07-21 14:41:31 +0200 |
---|---|---|
committer | marcinrzepeckiwroc <marcin.rzepecki@nokia.com> | 2020-07-23 09:56:33 +0200 |
commit | 8ad7a89298cbe0297a7bc97640c27692702ad1da (patch) | |
tree | 4247a832a15833a40c50cf23c8f8c22b073105cb /tests | |
parent | 713b9eacf505adfde742f4ef40a8909fd16e313f (diff) |
Add testcase for PM Mapper (hide passwords in logs)
Issue-ID: DCAEGEN2-2343
Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com>
Change-Id: Id677360e4ecb2f82928d8b320bb602156c4d0dd6
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot b/tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot index 55b4f795..0b18320f 100644 --- a/tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot +++ b/tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot @@ -149,6 +149,12 @@ Verify 3GPP PM Mapper maps Type-A file based on counter filtering with regexp SendToDatarouter ${TYPE-A_PM_DATA_FILE_PATH} ${VALID_METADATA_PATH} X-ONAP-RequestID=6 CheckLog ${CLI_EXEC_CLI_PM_LOG} Successfully published VES events to messagerouter +Verify that password receive from CBS are successfully encrypted + [Tags] PM_MAPPER_14 + [Documentation] Verify that password receive from CBS are successfully encrypted. + CheckLog ${CLI_EXEC_CLI_CONFIG} "aaf_password": ***** + CheckLog ${CLI_EXEC_CLI_CONFIG} "password": ***** + *** Keywords *** SendToDatarouter |