From mboxrd@z Thu Jan 1 00:00:00 1970 From: pradeep Subject: Re: Network Patch set V4 Date: Wed, 13 Oct 2010 16:42:44 +0530 Message-ID: <20101013164244.35a15f29@skywalker> References: <20101011200927.4784a71f@skywalker> <20101012072305.GA2073@z> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Lucas Meneghel Rodrigues , autotest@test.kernel.org, kvm@vger.kernel.org, mst@redhat.com To: Amos Kong Return-path: Received: from e5.ny.us.ibm.com ([32.97.182.145]:43286 "EHLO e5.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752286Ab0JMLMx (ORCPT ); Wed, 13 Oct 2010 07:12:53 -0400 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by e5.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id o9DAqLms017818 for ; Wed, 13 Oct 2010 06:52:21 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o9DBCopl154980 for ; Wed, 13 Oct 2010 07:12:52 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o9DBCo7V007922 for ; Wed, 13 Oct 2010 08:12:50 -0300 In-Reply-To: <20101012072305.GA2073@z> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, 12 Oct 2010 15:23:05 +0800 Amos Kong wrote: > On Mon, Oct 11, 2010 at 08:09:27PM +0530, pradeep wrote: > > Hi Lucas, i covered below tests on RHEL 5.5 , RHEL 6 guests with > > vhost enbled. Please find the below errors and cause for errros. > > > > I also attached few other test cases can be added to out TODO list > > of network patchset. I am working on couple of these issues. > > > > 1. Nice_promisc: > > ----------------- > > With RHEL 5.5: PASS > > ... > > > Thanks for your feedback, I will re-test them with rhel5/6 and reply > the test result. > Thanks for that/ > > > ----------------------------------------------------------------------------- > > > > > > We may include below tests to for Network Patch set: > > I am working on couple of issues among below mentioned. > > > > Ping6 testing > > > > * ping6 with various message sizes guest to/from local/remote > > host using link-local addresses > > By default IPv6 seems to be disabled on virbr0. Enable it by > > doing > > > > NIC bonding test : > > > > https://fedoraproject.org/wiki/QA:Testcase_Virtualization_Nic_Bonding > > I have a draft patch for bonding testing, will improve and send it to > mailist. > > > NFS testing > > > > * create NFS server on guest, mount dir on host, copy and delete > > files, do reverse on host > > > > Setting and unsetting ethernet adapters. > > > > set_link name [up|down] > > I only wrote a testcases, didn't automate it, could you help to > review ? > > Steps: > 1. boot up a guest with virtio_nic > 2. login guest through serial > 3. transfer a big file from guest to host > guest) # scp a.out $host_ip:~ > 4. put down link by monitor > qemu) # set_link $nic_model.0 down > 5. try to capture date by tcpdump > host)# tcpdump port $scp_port and src $guest_ip -i $tap > 6. put up link by monitor > qemu) set_link $nic_model.0 down > 7. try to capture date by tcpdump > host)# tcpdump port $scp_port and src $guest_ip -i $tap > 8. transfer a big file from host to guest > host) # scp a.out $guest_ip:~ > 9. put down link by monitor > qemu) # set_link $nic_model.0 down > 10. try to capture date by tcpdump > guest)# tcpdump port $scp_port and dest $guest_ip -i eth0 > 11. put up link by monitor > qemu) set_link $nic_model.0 down > 12. try to capture date by tcpdump > host)# tcpdump port $scp_port and dest $guest_ip -i eth0 As Michel suggested, some thing simpler like Ping would be fine. Apart from this every thing seems to be fine. > > Expected Results: > 4. it should not capture nothing > 6. it should capture some packets > 10. it should not capture nothing > 12. it should capture some packets > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html