transfer_file_over_ipv6: fix color char#4293
transfer_file_over_ipv6: fix color char#4293dzhengfy wants to merge 1 commit intoautotest:masterfrom
Conversation
Signed-off-by: Dan Zheng <dzheng@redhat.com>
|
Before the fix: After the fix: |
|
This depends on |
YvanY0
left a comment
There was a problem hiding this comment.
This issue should be fixed for the entire guest's lifecycle, not at the test case level. We have a fixed for el10, can also apply to el9.
|
based on above comment, I close this one. |
The command might output ip address with color characters which will break the script, like below.
Get ipv6 address of vm1: �[34m2620:52:11:1601:982f:7bff:fe94:1415�[0m
This is to disable the color characters in the outputs.
Signed-off-by: Dan Zheng dzheng@redhat.com