From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amos Kong Subject: [PATCH v2 00/17] Patchset of network related subtests Date: Mon, 23 Aug 2010 16:51:47 +0800 Message-ID: <20100823084745.19173.61655.stgit@190> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: lmr@redhat.com, kvm@vger.kernel.org To: autotest@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:3652 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751772Ab0HWIsv (ORCPT ); Mon, 23 Aug 2010 04:48:51 -0400 Sender: kvm-owner@vger.kernel.org List-ID: This patchset contains 11 network related subtests, welcome more suggestions about correctness, design and enhancement. This is the version 2, thanks your comments. --- Amos Kong (17): KVM-test: Add a new macaddress pool algorithm Add a get_ifname function KVM Test: Add a function get_interface_name() to kvm_test_utils.py KVM Test: Add a common ping module for network related tests KVM-test: Add a new subtest ping KVM-test: Add a subtest jumbo KVM-test: Add basic file transfer test KVM-test: Add a subtest of load/unload nic driver KVM-test: Add a subtest of nic promisc KVM-test: Add a subtest of multicast KVM-test: Add a subtest of pxe KVM-test: Add a subtest of changing mac address KVM-test: Add a subtest of netperf Add support of check if remote port free KVM-test: Improve vlan subtest Vlan: Replace extra_params '-snapshot' with image_snapshot KVM-test: Add subtest of testing offload by ethtool 0 files changed, 0 insertions(+), 0 deletions(-) -- Amos Kong