From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by dpdk.org (Postfix) with ESMTP id 0D4167CB3 for ; Fri, 9 Feb 2018 07:26:38 +0100 (CET) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2D8D01435; Thu, 8 Feb 2018 22:26:38 -0800 (PST) Received: from lenovo-a010984.shanghai.arm.com (lenovo-a010984.shanghai.arm.com [10.169.40.44]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id B465F3F53D; Thu, 8 Feb 2018 22:26:37 -0800 (PST) From: Herbert Guan To: dts@dpdk.org Cc: Herbert Guan Date: Fri, 9 Feb 2018 14:25:57 +0800 Message-Id: <1518157565-17167-1-git-send-email-herbert.guan@arm.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH v1 0/8] use virt_common for VM creation X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2018 06:26:39 -0000 This patch series adds support of using libvirt as VM type for a set of vf test suites. It use 'VM' form virt_common instead of 'QEMUKvm' from qemu_kvm for VM creation. This will allow VM type selection (kvm/libvirt etc.) for each VM defined in test suite's config file. Herbert Guan (8): tests/vf_macfilter: use virt_common for VM creation tests/vf_jumboframe: use virt_common for VM creation tests/vf_offload: use virt_common for VM creation tests/vf_rss: use virt_common for VM creation tests/vf_to_vf_nic_bridge: use virt_common for VM creation tests/vf_vlan: use virt_common for VM creation tests/vf_packet_rxtx: use virt_common for VM creation tests/vf_port_start_stop: use virt_common for VM creation conf/vf_jumboframe.cfg | 111 ++++++++++++++++++++++++++++++ conf/vf_macfilter.cfg | 30 ++++++++ conf/vf_offload.cfg | 32 ++++++++- conf/vf_packet_rxtx.cfg | 44 +++++++++++- conf/vf_port_start_stop.cfg | 32 ++++++++- conf/vf_rss.cfg | 30 ++++++++ conf/vf_to_vf_bridge.cfg | 121 +++++++++++++++++++++++++++++++++ conf/vf_vlan.cfg | 111 ++++++++++++++++++++++++++++++ tests/TestSuite_vf_jumboframe.py | 4 +- tests/TestSuite_vf_macfilter.py | 4 +- tests/TestSuite_vf_offload.py | 4 +- tests/TestSuite_vf_packet_rxtx.py | 8 +-- tests/TestSuite_vf_port_start_stop.py | 4 +- tests/TestSuite_vf_rss.py | 4 +- tests/TestSuite_vf_to_vf_nic_bridge.py | 6 +- tests/TestSuite_vf_vlan.py | 4 +- 16 files changed, 526 insertions(+), 23 deletions(-) -- 1.8.3.1