From 60a40f435af906f1ecbffc3a31f2d29ecfe08348 Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Tue, 25 Jun 2024 16:19:12 +0200 Subject: [PATCH] hide sensitive info from the output log Signed-off-by: Reuben Miller --- tests/RobotFramework/tests/tedge/tedge_upload_cert.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/RobotFramework/tests/tedge/tedge_upload_cert.robot b/tests/RobotFramework/tests/tedge/tedge_upload_cert.robot index c24d6bc8134..30a3c0bbef2 100644 --- a/tests/RobotFramework/tests/tedge/tedge_upload_cert.robot +++ b/tests/RobotFramework/tests/tedge/tedge_upload_cert.robot @@ -25,7 +25,7 @@ Renew the certificate Execute Command sudo tedge disconnect c8y ${output}= Execute Command sudo tedge cert renew stderr=${True} stdout=${False} ignore_exit_code=${True} Should Contain ${output} Certificate was successfully renewed, for un-interrupted service, the certificate has to be uploaded to the cloud - Execute Command sudo env C8YPASS\='${C8Y_CONFIG.password}' tedge cert upload c8y --user ${C8Y_CONFIG.username} + Execute Command sudo env C8YPASS\='${C8Y_CONFIG.password}' tedge cert upload c8y --user ${C8Y_CONFIG.username} log_output=${False} ${output}= Execute Command sudo tedge connect c8y Should Contain ${output} Connection check is successful.