Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: client/tests/kvm/tests/migration_with_file_transfer.py

Issue 6551020: Merge remote branch 'autotest-upstream/master' into try-box1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/tests/kvm/tests/file_transfer.py ('k') | client/tests/kvm/tests/netperf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « client/tests/kvm/tests/file_transfer.py ('k') | client/tests/kvm/tests/netperf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698