Add testcase for PM Mapper (hide passwords in logs) 15/110415/2
authormarcinrzepeckiwroc <marcin.rzepecki@nokia.com>
Tue, 21 Jul 2020 12:41:31 +0000 (14:41 +0200)
committermarcinrzepeckiwroc <marcin.rzepecki@nokia.com>
Thu, 23 Jul 2020 07:56:33 +0000 (09:56 +0200)
Issue-ID: DCAEGEN2-2343
Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com>
Change-Id: Id677360e4ecb2f82928d8b320bb602156c4d0dd6

tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot

index 55b4f79..0b18320 100644 (file)
@@ -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