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 CC6121B2FF for ; Mon, 12 Feb 2018 10:58:24 +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 118FF1529; Mon, 12 Feb 2018 01:58:24 -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 993853F41F; Mon, 12 Feb 2018 01:58:23 -0800 (PST) From: Herbert Guan To: dts@dpdk.org Cc: Herbert Guan Date: Mon, 12 Feb 2018 17:57:33 +0800 Message-Id: <1518429462-30299-1-git-send-email-herbert.guan@arm.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1518157565-17167-1-git-send-email-herbert.guan@arm.com> References: <1518157565-17167-1-git-send-email-herbert.guan@arm.com> Subject: [dts] [PATCH v2 0/9] 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: Mon, 12 Feb 2018 09:58:25 -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 (9): tests/sriov_kvm: use virt_common for VM creation tests/vf_port_start_stop: use virt_common for VM creation tests/vf_packet_rxtx: use virt_common for VM creation tests/vf_vlan: use virt_common for VM creation tests/vf_to_vf_nic_bridge: use virt_common for VM creation tests/vf_rss: use virt_common for VM creation tests/vf_offload: use virt_common for VM creation tests/vf_jumboframe: use virt_common for VM creation tests/vf_macfilter: use virt_common for VM creation conf/sriov_kvm.cfg | 79 ++++++++++++++++++++++++++- conf/vf_jumboframe.cfg | 12 ++++- conf/vf_macfilter.cfg | 97 +++++----------------------------- conf/vf_offload.cfg | 89 ++----------------------------- conf/vf_packet_rxtx.cfg | 93 ++++---------------------------- conf/vf_port_start_stop.cfg | 88 ++---------------------------- conf/vf_rss.cfg | 88 ++---------------------------- conf/vf_to_vf_bridge.cfg | 6 ++- conf/vf_vlan.cfg | 3 ++ tests/TestSuite_sriov_kvm.py | 18 +++---- 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 +- 18 files changed, 162 insertions(+), 449 deletions(-) -- 1.8.3.1