All, 

I am confused by the behavior in migration test. Your clarification will be
appreciated.

In VM.migrate() for qemu_vm.py, it will try to save two guest to file and
compare the hash result of them. 

I met two issues:
1. save_to_file() requires the guest to be in paused state.
   While the current situation is one of the guest after migration is in
   running state.
   This is not a big deal, we can set the guest in paused state.

2. it will save the status to a file and compare them
   In my mind, the state will be different. Since one guest is continuing the
   job and another one stops.
   I am not sure in which case this comparison succeed?

I am not familiar with those process. If I make a mistake, please let me know.

Thanks :)

-- 
Richard Yang
Help you, Help me

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to