Skip to content
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

on demand qemu screendump mechanism #10

Open
lkocman opened this issue May 13, 2012 · 3 comments
Open

on demand qemu screendump mechanism #10

lkocman opened this issue May 13, 2012 · 3 comments

Comments

@lkocman
Copy link

lkocman commented May 13, 2012

Autotest itself supports "screendumps" from qemu. These screendumps might be useful for determining why remote-viewer failed to connect and so on ...

rv_connect.py could use this for checking whenever password has been passed to dialog. Which means take screendump from vm2 right before passing sendkey("\n")

reference: client/virt/virt_env_process.py:def _take_screendumps(test, params, env):

If possible then make this function available to everybody (e.g. place it to virt_utils.py)

@lkocman
Copy link
Author

lkocman commented May 13, 2012

screenshots are available (if not redefined) in results folder and transformed from .ppm to .jpg right after at the end of testing.

@vehrlich
Copy link

I'll take this issue.

@vehrlich
Copy link

vehrlich commented Jul 9, 2012

After discussion with LMR screendump(self, file) from vm class does what we want and there is no need to change the framework (with moving method from virt_env_process)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants