[dts] [PATCH v1 0/8] use virt_common for VM creation

Herbert Guan herbert.guan at arm.com
Fri Feb 9 07:25:57 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 (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



More information about the dts mailing list