Re: [Autotest] [PATCH 07/18] KVM test: Add a subtest jumbo

2010-09-27 Thread Lucas Meneghel Rodrigues
On Mon, 2010-09-27 at 15:20 +0530, pradeep wrote: > 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

Re: [Autotest] [PATCH 07/18] KVM test: Add a subtest jumbo

2010-09-27 Thread Lucas Meneghel Rodrigues
On Mon, 2010-09-27 at 15:20 +0530, pradeep wrote: > 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

Re: [Autotest] [PATCH 07/18] KVM test: Add a subtest jumbo

2010-09-27 Thread pradeep
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

Re: [Autotest] [PATCH 07/18] KVM test: Add a subtest jumbo

2010-09-24 Thread pradeep
On Tue, 14 Sep 2010 19:25:32 -0300 Lucas Meneghel Rodrigues wrote: > +session.close() > +logging.info("Removing the temporary ARP entry") > +utils.run("arp -d %s -i %s" % (ip, ifname)) > Hi Lucas Tried different combinations for this jumbo test case. it dint work for me