autotest / virt-test

Linux Virtualization Tests
Other
97 stars 139 forks source link

shared.cfg: Add windows command for qmp_event_notification #2311

Closed spcui closed 9 years ago

spcui commented 9 years ago

Signed-off-by: Shuping Cui scui@redhat.com

ID: 1143902 1143904

spcui commented 9 years ago

https://github.com/autotest/tp-qemu/pull/433

suqinhuang commented 9 years ago

Acked-by: Suqin Huang

lmr commented 9 years ago

Hi @spcui. 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.