-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set user password fix #6060
base: master
Are you sure you want to change the base?
Set user password fix #6060
Conversation
1. Escape "$" in the encrypted password If "$" is not escaped in the virsh command parameter, libvirt will parse it to wrong value and set wrong password in guest. 2. Fail the test case if it can't login guest with new password Previsouly, the code only logged the message and doesn't fail the case. Signed-off-by: Fangge Jin <[email protected]>
33cf8a7
to
f964de4
Compare
I will provide test results later |
1. Remove the code of logging in guest with old password as it is meaningless 2. Move the restore vm logic to finally block Signed-off-by: Fangge Jin <[email protected]>
f964de4
to
8e62241
Compare
Test results: JOB ID : c26eb2744988e353e3529c0f8b6edb7b85c63653 |
@chunfuwen Please help to review this pr |
No description provided.