From patchwork Tue Dec 8 10:00:57 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yolkfull Chow X-Patchwork-Id: 65665 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nB8A1CBk031365 for ; Tue, 8 Dec 2009 10:01:14 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753049AbZLHKBA (ORCPT ); Tue, 8 Dec 2009 05:01:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753322AbZLHKA7 (ORCPT ); Tue, 8 Dec 2009 05:00:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:21752 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753187AbZLHKA5 (ORCPT ); Tue, 8 Dec 2009 05:00:57 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nB8A13cf013722 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 8 Dec 2009 05:01:04 -0500 Received: from localhost.localdomain (dhcp-65-181.nay.redhat.com [10.66.65.181]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nB8A0x2U018269; Tue, 8 Dec 2009 05:01:02 -0500 From: Yolkfull Chow To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Yolkfull Chow Subject: [AUTOTEST PATCH 2/2] KVM test: subtest migration: Add rem_host and rem_port for migrate() Date: Tue, 8 Dec 2009 18:00:57 +0800 Message-Id: <1260266457-15061-2-git-send-email-yzhou@redhat.com> In-Reply-To: <1260266457-15061-1-git-send-email-yzhou@redhat.com> References: <1260266457-15061-1-git-send-email-yzhou@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org diff --git a/client/tests/kvm/tests/migration.py b/client/tests/kvm/tests/migration.py index b8f171c..3c983bc 100644 --- a/client/tests/kvm/tests/migration.py +++ b/client/tests/kvm/tests/migration.py @@ -43,7 +43,8 @@ def run_migration(test, params, env): session2.close() # Migrate the VM - dest_vm = kvm_test_utils.migrate(vm, env) + dest_vm = kvm_test_utils.migrate(vm, "localhost", + dest_vm.migration_port, env) # Log into the guest again logging.info("Logging into guest after migration...")