diff options
author | Alon Levy <alevy@redhat.com> | 2012-03-05 13:54:31 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2012-03-05 13:54:31 +0200 |
commit | abdb492cfcc08400036358e6bf2be8d799b8d25f (patch) | |
tree | df6cd08f99797612443bc1f1148a80bd20a43027 | |
parent | 7390f6acb02c6229ab2287c9e0059811d8f52876 (diff) |
update spice_migrate.py doc string
-rwxr-xr-x | spice_migrate.py | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/spice_migrate.py b/spice_migrate.py index f6cfbe2..afede82 100755 --- a/spice_migrate.py +++ b/spice_migrate.py @@ -9,10 +9,18 @@ VGA mode since it will just be SeaBIOS). Dependencies: either qmp in python path or running with spice and qemu side by side: qemu/QMP/qmp.py -spice/tests/migrate.py +spice-tests/spice_migrate.py Will create two temporary unix sockets in /tmp -Will leave a log file, migrate_test.log, in current directory. +Will leave a log file, migrate.log, in current directory. + +Has a gui now: + ./spice_migrate.py --gtk --sleep 5 + launch gtk gui + wait for "start migration" button press + update button label when migrations happen + sleep 5 seconds between migrations + """ """ |