From patchwork Fri Jan 14 19:03:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Meneghel Rodrigues X-Patchwork-Id: 480091 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p0EJ3uTu032763 for ; Fri, 14 Jan 2011 19:03:57 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758082Ab1ANTDv (ORCPT ); Fri, 14 Jan 2011 14:03:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40290 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758019Ab1ANTDv (ORCPT ); Fri, 14 Jan 2011 14:03:51 -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 p0EJ3nYW000819 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 14 Jan 2011 14:03:49 -0500 Received: from freedom.redhat.com (vpn-234-107.phx2.redhat.com [10.3.234.107]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p0EJ3mcJ019475; Fri, 14 Jan 2011 14:03:48 -0500 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues Subject: [PATCH] KVM test: physical_resources_check: Remote session instead of serial Date: Fri, 14 Jan 2011 17:03:46 -0200 Message-Id: <1295031826-13754-1-git-send-email-lmr@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 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 14 Jan 2011 19:04:12 +0000 (UTC) diff --git a/client/tests/kvm/tests/physical_resources_check.py b/client/tests/kvm/tests/physical_resources_check.py index 54bfbd9..5358a64 100644 --- a/client/tests/kvm/tests/physical_resources_check.py +++ b/client/tests/kvm/tests/physical_resources_check.py @@ -20,7 +20,7 @@ def run_physical_resources_check(test, params, env): vm = env.get_vm(params["main_vm"]) vm.verify_alive() timeout = int(params.get("login_timeout", 360)) - session = vm.wait_for_serial_login(timeout=timeout) + session = vm.wait_for_login(timeout=timeout) logging.info("Starting physical resources check test") logging.info("Values assigned to VM are the values we expect "