Closed lkocman closed 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
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.
Done
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.