From mboxrd@z Thu Jan 1 00:00:00 1970 From: pradeep Subject: Re: [Autotest] [PATCH 07/18] KVM test: Add a subtest jumbo Date: Mon, 27 Sep 2010 15:20:17 +0530 Message-ID: <20100927152017.3deebf33@skywalker> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: Lucas Meneghel Rodrigues , autotest@test.kernel.org, kvm@vger.kernel.org Return-path: Received: from e5.ny.us.ibm.com ([32.97.182.145]:39453 "EHLO e5.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932548Ab0I0Jue (ORCPT ); Mon, 27 Sep 2010 05:50:34 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e5.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id o8R9ULWZ000366 for ; Mon, 27 Sep 2010 05:30:21 -0400 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o8R9oNnq423178 for ; Mon, 27 Sep 2010 05:50:23 -0400 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o8R9oMxi019977 for ; Mon, 27 Sep 2010 03:50:22 -0600 Sender: kvm-owner@vger.kernel.org List-ID: Hi Lucas Tried different combinations for this jumbo test case. it dint work for me. I guess there is a problem while trying to remove ARP entry. ARP entry can be removed from cache using ip and network interface (for ex: eth0) arp -d -i eth0 Error which i got: 23:06:14 DEBUG| Running 'arp -d 192.168.122.104 -i rtl8139_0_5900' 23:06:14 ERROR| Test failed: CmdError: Command failed, rc=255, Command returned non-zero exit status * Command: arp -d 192.168.122.104 -i rtl8139_0_5900 Exit status: 255 Duration: 0.00138521194458 stderr: SIOCDARP(pub): No such file or directory When i try manually this one works for me. Gues ip: 192.168.122.104 try "arp -i 192.168.122.1 -i eth0" --Thanks Pradeep