autotest / virt-test

Linux Virtualization Tests
Other
97 stars 140 forks source link

virt-test : Add windows 10 support #2280

Closed vipmike007 closed 9 years ago

vipmike007 commented 9 years ago

Add configuration and xml file for windows 10

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

xutian commented 9 years ago

@vipmike007 do we need special autoinstall.xml for ovmf test ?

CongLi commented 9 years ago

Acked-by: Cong Li coli@redhat.com

xutian commented 9 years ago

@vipmike007

if windows10's shutdown/reboot command not different with other windows release, please move it to windows.cfg. and remove these command in special cfg too.

Thanks, Xu

vipmike007 commented 9 years ago

Hi, pls recheck.

suqinhuang commented 9 years ago

pls add xml file to ovmf as well

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.