test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 00/38]Modify suite to support meson & makefile
@ 2020-09-04  8:14 xizhan4x
  2020-09-10  0:53 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: xizhan4x @ 2020-09-04  8:14 UTC (permalink / raw)
  To: dts; +Cc: xizhan4x

Modify suite to support meson & makefile

xizhan4x (38):
  tests-TestSuite_dpdk_gro_lib.py:support meson build
  tests-TestSuite_dpdk_gso_lib.py:support meson build
  tests-TestSuite_dynamic_config.py:support meson build
  tests-TestSuite_dynamic_config.py:support meson build
  tests-TestSuite_fdir.py:support meson build
  tests-TestSuite_flow_classify.py:support meson build
  tests-TestSuite_fortville_rss_granularity_config.py:support meson
    build
  tests-TestSuite_generic_flow_api.py:support meson build
  tests-TestSuite_hotplug.py:support meson build
  tests-TestSuite_hotplug_mp.py:support meson build
  tests-TestSuite_interrupt_pmd.py:support meson build
  tests-TestSuite_ipgre.py:support meson build
  tests-TestSuite_l2fwd_jobstats.py:support meson build
  tests/TestSuite_loopback_multi_paths_port_restart.py:support meson
    build
  tests/TestSuite_loopback_multi_queues.py:support meson build
  tests/TestSuite_loopback_virtio_user_server_mode.py:support meson
    build
  tests/TestSuite_multiple_pthread.py:support meson build
  tests/TestSuite_ntb.py:support meson build
  tests/TestSuite_nvgre.py:support meson build
  tests/TestSuite_perf_virtio_user_loopback.py:support meson build
  tests/TestSuite_perf_vm2vm_virtio_net_perf.py:support meson build
  tests/TestSuite_pmdpcap.py:support meson build
  tests/TestSuite_pmdrss_hash.py:support meson build
  tests/TestSuite_pvp_diff_qemu_version.py:support meson build
  tests/TestSuite_pvp_multi_paths_performance.py:support meson build
  tests/TestSuite_pvp_multi_paths_vhost_single_core_performance.py:support
    meson build
  tests/TestSuite_pvp_multi_paths_virtio_single_core_performance.py:support
    meson build
  tests/TestSuite_pvp_qemu_multi_paths_port_restart.py:support meson
    build
  tests/TestSuite_pvp_share_lib.py:support meson build
  tests/TestSuite_pvp_vhost_user_built_in_net_driver.py:support meson
    build
  tests/TestSuite_pvp_vhost_user_reconnect.py:support meson build
  tests/TestSuite_pvp_virtio_user_2M_hugepages.py:support meson build
  tests/TestSuite_qinq_filter.py:support meson build
  tests/TestSuite_queue_start_stop.py:
  tests/TestSuite_softnic.py:support meson build
  tests/TestSuite_tso.py:support meson build
  tests/TestSuite_vxlan.py:support meson build
  tests/TestSuite_vxlan_gpe_support_in_i40e.py:support meson build

 tests/TestSuite_dpdk_gro_lib.py                    |  8 +-
 tests/TestSuite_dpdk_gso_lib.py                    |  8 +-
 tests/TestSuite_dynamic_config.py                  | 10 +--
 tests/TestSuite_eventdev_pipeline.py               |  6 +-
 tests/TestSuite_fdir.py                            | 39 ++++-----
 tests/TestSuite_flow_classify.py                   |  6 +-
 .../TestSuite_fortville_rss_granularity_config.py  | 32 +++-----
 tests/TestSuite_generic_flow_api.py                | 26 +++---
 tests/TestSuite_hotplug.py                         | 92 ++++++++++++----------
 tests/TestSuite_hotplug_mp.py                      | 18 +++--
 tests/TestSuite_interrupt_pmd.py                   |  2 +-
 tests/TestSuite_ipgre.py                           | 39 +++++----
 tests/TestSuite_l2fwd_jobstats.py                  |  2 +-
 .../TestSuite_loopback_multi_paths_port_restart.py |  5 +-
 tests/TestSuite_loopback_multi_queues.py           |  5 +-
 .../TestSuite_loopback_virtio_user_server_mode.py  |  7 +-
 tests/TestSuite_multiple_pthread.py                | 42 +++++-----
 tests/TestSuite_ntb.py                             |  2 +-
 tests/TestSuite_nvgre.py                           | 25 +++---
 tests/TestSuite_perf_virtio_user_loopback.py       |  5 +-
 tests/TestSuite_perf_vm2vm_virtio_net_perf.py      |  4 +-
 tests/TestSuite_pmdpcap.py                         |  9 ++-
 tests/TestSuite_pmdrss_hash.py                     | 19 ++---
 tests/TestSuite_pvp_diff_qemu_version.py           | 11 +--
 tests/TestSuite_pvp_multi_paths_performance.py     |  8 +-
 ...vp_multi_paths_vhost_single_core_performance.py |  8 +-
 ...p_multi_paths_virtio_single_core_performance.py |  8 +-
 .../TestSuite_pvp_qemu_multi_paths_port_restart.py | 17 ++--
 tests/TestSuite_pvp_share_lib.py                   | 10 ++-
 ...TestSuite_pvp_vhost_user_built_in_net_driver.py |  8 +-
 tests/TestSuite_pvp_vhost_user_reconnect.py        | 22 +++---
 tests/TestSuite_pvp_virtio_user_2M_hugepages.py    | 12 +--
 tests/TestSuite_qinq_filter.py                     | 35 ++++----
 tests/TestSuite_queue_start_stop.py                |  5 +-
 tests/TestSuite_softnic.py                         |  9 ++-
 tests/TestSuite_tso.py                             |  9 ++-
 tests/TestSuite_vxlan.py                           | 37 ++++-----
 tests/TestSuite_vxlan_gpe_support_in_i40e.py       |  5 +-
 38 files changed, 335 insertions(+), 280 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-09-10  0:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04  8:14 [dts] [PATCH V1 00/38]Modify suite to support meson & makefile xizhan4x
2020-09-10  0:53 ` Tu, Lijuan

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).