From mboxrd@z Thu Jan 1 00:00:00 1970 From: pradeep Subject: Re: [PATCH 00/18] Network Patchset v4 Date: Thu, 7 Oct 2010 20:07:04 +0530 Message-ID: <20101007200704.035c5f9e@skywalker> References: <1285627444-2732-1-git-send-email-lmr@redhat.com> <1286417373.2361.0.camel@freedom> <20101007191507.4357dd4c@skywalker> <1286459656.2462.10.camel@freedom> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, kvm@vger.kernel.org, mst@redhat.com To: Lucas Meneghel Rodrigues Return-path: In-Reply-To: <1286459656.2462.10.camel@freedom> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autotest-bounces@test.kernel.org Errors-To: autotest-bounces@test.kernel.org List-Id: kvm.vger.kernel.org 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' guest_s4 -------- After suspending the guest, autotest fails to bring it back. 10:43:51 DEBUG| Could not verify MAC-IP address mapping: 9a:18:2d:12:c9:56 ---> 10.168.0.9 10:43:51 DEBUG| IP address or port unavailable 10:43:56 DEBUG| Could not verify MAC-IP address mapping: 9a:18:2d:12:c9:56 ---> 10.168.0.9 10:43:56 DEBUG| IP address or port unavailable 10:44:00 DEBUG| (address cache) Adding cache entry: 02:18:0a:cc:59:c0 ---> 10.168.0.8 10:44:00 DEBUG| (address cache) Adding cache entry: 02:18:0a:cc:59:c0 ---> 10.168.0.8 10:44:01 DEBUG| Could not verify MAC-IP address mapping: 9a:18:2d:12:c9:56 ---> 10.168.0.9 10:44:01 DEBUG| IP address or port unavailable 10:44:06 DEBUG| Could not verify MAC-IP address mapping: 9a:18:2d:12:c9:56 ---> 10.168.0.9 10:44:06 DEBUG| IP address or port unavailable 10:44:08 DEBUG| Timeout elapsed 10:44:08 ERROR| Test failed: TestFail: Could not log into VM after resuming from suspend to disk 10:44:08 DEBUG| Postprocessing VM 'vm1'... Thanks Pradeep