test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH v1 0/8] use virt_common for VM creation
@ 2018-02-09  6:25 Herbert Guan
  2018-02-09  6:25 ` [dts] [PATCH v1 1/8] tests/vf_macfilter: " Herbert Guan
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Herbert Guan @ 2018-02-09  6:25 UTC (permalink / raw)
  To: dts; +Cc: Herbert Guan

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

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2018-02-13  4:54 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-09  6:25 [dts] [PATCH v1 0/8] use virt_common for VM creation Herbert Guan
2018-02-09  6:25 ` [dts] [PATCH v1 1/8] tests/vf_macfilter: " Herbert Guan
2018-02-09  6:25 ` [dts] [PATCH v1 2/8] tests/vf_jumboframe: " Herbert Guan
2018-02-11 10:07   ` Liu, Yong
2018-02-09  6:26 ` [dts] [PATCH v1 3/8] tests/vf_offload: " Herbert Guan
2018-02-09  6:26 ` [dts] [PATCH v1 4/8] tests/vf_rss: " Herbert Guan
2018-02-09  6:26 ` [dts] [PATCH v1 5/8] tests/vf_to_vf_nic_bridge: " Herbert Guan
2018-02-09  6:26 ` [dts] [PATCH v1 6/8] tests/vf_vlan: " Herbert Guan
2018-02-09  6:26 ` [dts] [PATCH v1 7/8] tests/vf_packet_rxtx: " Herbert Guan
2018-02-09  6:26 ` [dts] [PATCH v1 8/8] tests/vf_port_start_stop: " Herbert Guan
2018-02-12  9:57 ` [dts] [PATCH v2 0/9] " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 1/9] tests/sriov_kvm: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 2/9] tests/vf_port_start_stop: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 3/9] tests/vf_packet_rxtx: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 4/9] tests/vf_vlan: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 5/9] tests/vf_to_vf_nic_bridge: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 6/9] tests/vf_rss: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 7/9] tests/vf_offload: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 8/9] tests/vf_jumboframe: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 9/9] tests/vf_macfilter: " Herbert Guan
2018-02-13 12:45   ` [dts] [PATCH v2 0/9] " Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).