mbox

[V1,00/10] Modify suites to support meson

Message ID 20200916122951.17646-1-junx.w.zhou@intel.com (mailing list archive)
Headers

Message

Zhou, JunX W Sept. 16, 2020, 12:29 p.m. UTC
  Modify suites to support meson

*** BLURB HERE ***

Zhou, Jun (10):
  tests/TestSuite_ddp_gtp_qregion.py: Instead of getting the rxq&txq
    value from common_base to rte_config.h
  tests/TestSuite_ddp_l2tpv3.py: Instead of getting the rxq&txq value
    from common_base to rte_config.h
  tests/TestSuite_ddp_ppp_l2tp.py: Instead of getting the rxq&txq value
    from common_base to rte_config.h
  tests/TestSuite_dynamic_flowtype.py: Instead of getting the rxq&txq
    value from common_base to rte_config.h
  tests/TestSuite_dynamic_queue.py: Instead of getting the rxq&txq value
    from common_base to rte_config.h
  tests/TestSuite_ipv4_reassembly.py: change mode of set parameter to
    adapt meson build
  tests/TestSuite_qinq_filter.py: change mode of set parameter to adapt
    meson build
  tests/TestSuite_queue_start_stop.py:adapt to support both meson and
    makefile build
  tests/tests/TestSuite_rxtx_callbacks.py:adapt to support both meson
    and makefile build
  tests/TestSuite_ddp_gtp.py: adapt to support both meson and makefile
    build

 tests/TestSuite_ddp_gtp.py          | 13 +++++--------
 tests/TestSuite_ddp_gtp_qregion.py  |  6 +++---
 tests/TestSuite_ddp_l2tpv3.py       |  7 +++----
 tests/TestSuite_ddp_ppp_l2tp.py     |  6 +++---
 tests/TestSuite_dynamic_flowtype.py |  6 +++---
 tests/TestSuite_dynamic_queue.py    | 12 ++++++------
 tests/TestSuite_ipv4_reassembly.py  |  7 +++----
 tests/TestSuite_qinq_filter.py      |  7 ++-----
 tests/TestSuite_queue_start_stop.py |  5 +++--
 tests/TestSuite_rxtx_callbacks.py   |  4 ++--
 10 files changed, 33 insertions(+), 40 deletions(-)