autotest / virt-test

Linux Virtualization Tests
Other
97 stars 140 forks source link

Guest come to desktop instead of start screen after guest login #2281

Closed vipmike007 closed 9 years ago

vipmike007 commented 9 years ago

…indows8 and windows 8.1 Fix issue guest will come into blank screen after no response in 10 mins

ID : 1146402

Signed-off-by: Mike Cao bcao@redhat.com

suqinhuang commented 9 years ago

Hi bcao, pls update win2012-autounattend.xml as well.

Regards, Suqin

lmr commented 9 years ago

Hi @vipmike007. As you might know, we're moving virt-test to avocado-vt, so I please ask you to consider re-implementing this functionality in the later. The new repo is:

https://github.com/avocado-framework/avocado-vt

Please keep in mind the following guidelines when creating the new PR:

1) Most of the time you can pick the patches of your original PR and merge them on a new branch with minimal changes. 3) Don't use autotest APIs, since we're moving away from using them. Please review the code and change things like utils.system -> process.system, utils.run -> process.run, so on and so forth.

Thanks, and I'm sorry for any inconveniences we might have caused your team.