Index: client/tests/kvm/tests/migration_with_file_transfer.py |
diff --git a/client/tests/kvm/tests/migration_with_file_transfer.py b/client/tests/kvm/tests/migration_with_file_transfer.py |
index 044c0c85c17132de45ebbb1ead9d914bc9e964e5..b38defd0797a03b5330b571c20c44c2c020bd243 100644 |
--- a/client/tests/kvm/tests/migration_with_file_transfer.py |
+++ b/client/tests/kvm/tests/migration_with_file_transfer.py |
@@ -11,10 +11,10 @@ def run_migration_with_file_transfer(test, params, env): |
1) Get a live VM and clone it. |
2) Verify that the source VM supports migration. If it does, proceed with |
the test. |
- 3) Reboot the VM |
- 4) Send a migration command to the source VM and wait until it's finished. |
- 5) Kill off the source VM. |
- 6) Log into the destination VM after the migration is finished. |
+ 3) Transfer file from host to guest. |
+ 4) Repeatedly migrate VM and wait until transfer's finished. |
+ 5) Transfer file from guest back to host. |
+ 6) Repeatedly migrate VM and wait until transfer's finished. |
@param test: kvm test object. |
@param params: Dictionary with test parameters. |