-
Notifications
You must be signed in to change notification settings - Fork 179
qemu_guest_agent: Called before the variable is assigned #4253
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
base: master
Are you sure you want to change the base?
Conversation
Hi @leidwang please help to review. thanks |
add_line_at_end is called before the {guest_homepath} is assigned. same as cmd_get_guestkey, cmd_del_key_file. Signed-off-by: Dehan Meng <[email protected]>
5a532d1
to
5a6b808
Compare
@fbq815 could you please help to re-test that case with this patch? thanks |
I've tried and it failed, please check the log in jira task |
Your problem is not caused by this patch, the package 'sshpass' wasn't installed successfully. |
I've add a new comment in jira ticket, please have a look |
Please refer: #4281 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM:
qemu.qemu_guest_agent.virtio_serial.gagent_ssh_public_key_injection.root.s390-virtio: PASS (31.30 s)
virtio_serial.gagent_ssh_public_key_injection.non_root_user.s390-virtio: PASS (31.45 s)
@leidwang please review it again when you're free. |
@vivianQizhu could you please help to review and merge it? |
@vivianQizhu Maybe we can merge this MR since you have approved it. Thanks. |
add_line_at_end is called before the {guest_homepath} is assigned.
same as cmd_get_guestkey, cmd_del_key_file.
ID: 3323
Signed-off-by: demeng [email protected]