spiceqa / autotest

Autotest - Fully automated tests on Linux
http://autotest.github.com/
Other
5 stars 2 forks source link

spice semi-seamless migration test #9

Closed lkocman closed 12 years ago

lkocman commented 12 years ago

This will currently fail on single host as migrate just calls vm.clone() which will preserve spice ports. Since we don't have autotest/multihost setup this is a blocker to us.

lkocman commented 12 years ago

Upstream: https://github.com/autotest/autotest/issues/158

lkocman commented 12 years ago

ideally tests should be excuted in following way: rv_connect, migrate, rv_verify

rv_verify should just call verify_established() from rv_connect the question is if you'll be able to retrieve new spice_port/spice_tls port from vm.spice_options

lmr commented 12 years ago

Sent a patch to mailing list resolving issue, now an appropriate qemu monitor command is sent to the vm, informing the spice client about the impending migration. Please review and give feedback ASAP.

krcmarik commented 12 years ago

Done