Skip to content

Commit cc9b308

Browse files
Change encoding when attempting to cat syslog file (vmware#7977)
1 parent 2c3bc65 commit cc9b308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-cases/Group6-VIC-Machine/6-15-Syslog.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Verify VCH remote syslog
6464

6565
Wait Until Container Stops ${id} 5
6666

67-
${syslog-conn}= Open Connection %{SYSLOG_SERVER}
67+
${syslog-conn}= Open Connection %{SYSLOG_SERVER} encoding=unicode_escape
6868
Login %{SYSLOG_USER} %{SYSLOG_PASSWD}
6969
${out}= Wait Until Keyword Succeeds 10x 3s Execute Command cat ${SYSLOG_FILE}
7070
Close Connection

0 commit comments

Comments
 (0)