From patchwork Fri Dec 4 08:48:46 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yolkfull Chow X-Patchwork-Id: 64816 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 nB48mr8e024332 for ; Fri, 4 Dec 2009 08:48:53 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755333AbZLDIsp (ORCPT ); Fri, 4 Dec 2009 03:48:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754311AbZLDIsp (ORCPT ); Fri, 4 Dec 2009 03:48:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39724 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755220AbZLDIsp (ORCPT ); Fri, 4 Dec 2009 03:48:45 -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 nB48mpF5024962 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 4 Dec 2009 03:48:51 -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 nB48mkNd023795; Fri, 4 Dec 2009 03:48:49 -0500 From: Yolkfull Chow To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Yolkfull Chow Subject: [PATCH 2/2] KVM test: subtest migration: Add rem_host and rem_port for migrate(). Date: Fri, 4 Dec 2009 16:48:46 +0800 Message-Id: <1259916526-4051-2-git-send-email-yzhou@redhat.com> In-Reply-To: <1259916526-4051-1-git-send-email-yzhou@redhat.com> References: <1259916526-4051-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..b84943d 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...")