Cover SAT-36783 in cockpit test#19526
Conversation
859a723 to
132062e
Compare
|
trigger: test-robottelo |
132062e to
79a27bc
Compare
|
trigger: test-robottelo |
|
trigger: test-robottelo |
|
PRT Result |
Currently there are no plans to backport the fix, so no. |
79a27bc to
77a6119
Compare
|
trigger: test-robottelo |
|
PRT Result |
77a6119 to
8fd5604
Compare
|
trigger: test-robottelo Well, third time's the charm |
|
trigger: test-robottelo |
|
PRT Result |
|
Good, this is the failure I was hoping for |
|
trigger: test-robottelo |
|
PRT Result |
|
@adamruzicka could you please remove uv.lock file. |
8fd5604 to
3bdec0c
Compare
|
Eh, yeah, sorry about that |
(cherry picked from commit d160568)
(cherry picked from commit d160568)
Problem Statement
SAT-36783 states that remote execution cockpit integration fails if wide characters are present anywhere in the communication. This can typically happen in passwords. This PR extends the existing cockpit test to cover this situation.
Solution
Set a password on the test host as a parameter. Its value should get propagated to the communication, making the test fail until the bug is resolved.
Related Issues
https://issues.redhat.com/browse/SAT-36783
Companion to theforeman/foreman_remote_execution#1004