On Sat, 2010-05-08 at 18:01 +0100, Lukas Doktor wrote: > Signed-off-by: Lukas Doktor <ldoktor@xxxxxxxxxx> 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": -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html