[dts] [PATCH v2 0/9] use virt_common for VM creation

Herbert Guan herbert.guan at arm.com
Mon Feb 12 10:57:33 CET 2018


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



More information about the dts mailing list