From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [Autotest] [PATCH 00/18] Network Patchset v4 Date: Fri, 08 Oct 2010 09:27:49 -0300 Message-ID: <1286540869.2377.64.camel@freedom> References: <1285627444-2732-1-git-send-email-lmr@redhat.com> <1286417373.2361.0.camel@freedom> <20101007191507.4357dd4c@skywalker> <1286459656.2462.10.camel@freedom> <20101007200704.035c5f9e@skywalker> <20101007150022.GB13834@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: pradeep , autotest@test.kernel.org, kvm@vger.kernel.org To: "Michael S. Tsirkin" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:59781 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752277Ab0JHM1z (ORCPT ); Fri, 8 Oct 2010 08:27:55 -0400 In-Reply-To: <20101007150022.GB13834@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, 2010-10-07 at 17:00 +0200, Michael S. Tsirkin wrote: > On Thu, Oct 07, 2010 at 08:07:04PM +0530, pradeep wrote: > > On Thu, 07 Oct 2010 10:54:16 -0300 > > Lucas Meneghel Rodrigues wrote: > > > > > > > > > > I tested macchange quite a lot, so I wonder what the problem is. About > > > guest_s4, interesting, we've been running this for a while, with no > > > apparent problems. Please let us know and let's fix it ASAP. > > > > > > > I hope you have checked attachment in my previous mail for other > > failures with vhost_net. > > > > > > Reg Mac change: > > --------------- > > > > 10/07 21:58:45 ERROR| kvm:0080| Test failed: TestFail: Could not > > log into guest 'vm1' 10/07 21:59:00 ERROR| test:0415| Exception > > escaping from test: Traceback (most recent call last): > > File "/home/pradeep/vhost_net/autotest/client/common_lib/test.py", > > line 412, in _exec _call_test_function(self.execute, *p_args, **p_dargs) > > File "/home/pradeep/vhost_net/autotest/client/common_lib/test.py", > > line 598, in _call_test_function return func(*args, **dargs) > > File "/home/pradeep/vhost_net/autotest/client/common_lib/test.py", > > line 284, in execute postprocess_profiled_run, args, dargs) > > File "/home/pradeep/vhost_net/autotest/client/common_lib/test.py", > > line 202, in _call_run_once > > self.run_once_profiling(postprocess_profiled_run, *args, **dargs) File > > "/home/pradeep/vhost_net/autotest/client/common_lib/test.py", line 308, > > in run_once_profiling self.run_once(*args, **dargs) File > > "/home/pradeep/vhost_net/autotest/client/tests/kvm/kvm.py", line 73, in > > run_once run_func(self, params, env) File > > "/home/pradeep/vhost_net/autotest/client/tests/kvm/tests/mac_change.py", > > line 24, in run_mac_change raise error.TestFail("Could not log into > > guest '%s'" % vm.name) TestFail: Could not log into guest 'vm1' > > What happens here exactly? ^ Here it wasn't possible to stablish an ssh connection to a host. When that happens, we throw this "Could not log into guest [vm]" message.