Skip to content

Commit

Permalink
hide sensitive info from the output log
Browse files Browse the repository at this point in the history
Signed-off-by: Reuben Miller <[email protected]>
  • Loading branch information
reubenmiller committed Jul 1, 2024
1 parent a5bd5ec commit 60a40f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RobotFramework/tests/tedge/tedge_upload_cert.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 60a40f4

Please sign in to comment.