From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [PATCH 1/4] Increase maximum number of VNC ports Date: Mon, 17 May 2010 17:34:04 -0300 Message-ID: <1274128444.8388.3.camel@freedom> References: <[KVM_AUTOTEST][PATCH] KSM_overcommit: dynamic reserve calculation (2)> <1273338071-8595-2-git-send-email-ldoktor@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: jzupka@redhat.com, kvm@vger.kernel.org, autotest@test.kernel.org, jasowang@redhat.com To: Lukas Doktor Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1051 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754559Ab0EQUeJ (ORCPT ); Mon, 17 May 2010 16:34:09 -0400 In-Reply-To: <1273338071-8595-2-git-send-email-ldoktor@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sat, 2010-05-08 at 18:01 +0100, Lukas Doktor wrote: > Signed-off-by: Lukas Doktor The new patch set looks good, commited them all, see: http://autotest.kernel.org/changeset/4492 Thanks! > --- > client/tests/kvm/kvm_vm.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/client/tests/kvm/kvm_vm.py b/client/tests/kvm/kvm_vm.py > index d1e0246..c203e14 100755 > --- a/client/tests/kvm/kvm_vm.py > +++ b/client/tests/kvm/kvm_vm.py > @@ -396,7 +396,7 @@ class VM: > > # Find available VNC port, if needed > if params.get("display") == "vnc": > - self.vnc_port = kvm_utils.find_free_port(5900, 6000) > + self.vnc_port = kvm_utils.find_free_port(5900, 6100) > > # Find random UUID if specified 'uuid = random' in config file > if params.get("uuid") == "random":