test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 00/28] Modify the hard coded app parameter to call the platform interface
@ 2020-12-08 10:05 Zhou Jun
  2020-12-08 10:06 ` [dts] [dts 01/28] tests/TestSuite_hello_world:Modify " Zhou Jun
                   ` (29 more replies)
  0 siblings, 30 replies; 31+ messages in thread
From: Zhou Jun @ 2020-12-08 10:05 UTC (permalink / raw)
  To: dts; +Cc: Zhou Jun

Modify the hard coded app parameter to call the platform interface

Zhou Jun (28):
  tests/TestSuite_hello_world:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_hotplug:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_inline_ipsec:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_interrupt_pmd:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_ip_pipeline:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_ipfrag:Modify the hard coded app parameter to call the
    platform interface
  tests/TestSuite_ipv4_reassembly:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_keep_alive:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_kni:Modify the hard coded app parameter to call the
    platform interface
  tests/TestSuite_l2fwd_jobstats:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_l3fwdacl:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_link_status_interrupt:Modify the hard coded app
    parameter to call the platform interface
  tests/TestSuite_metering_and_policing:Modify the hard coded app
    parameter to call the platform interface
  tests/TestSuite_multicast:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_multiprocess:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_packet_ordering:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_pmdpcap:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_pmdrss_hash:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_pmdrssreta:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_ptpclient:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_queue_start_stop:Modify the hard coded app parameter
    to call the platform interface
  tests/TestSuite_rxtx_callbacks:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_short_live:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_skeleton:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_softnic:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_timer:Modify the hard coded app parameter to call the
    platform interface
  tests/TestSuite_tso:Modify the hard coded app parameter to call the
    platform interface
  tests/TestSuite_userspace_ethtool:Modify the hard coded app parameter
    to call the platform interface

 tests/TestSuite_hello_world.py           |  8 ++--
 tests/TestSuite_hotplug.py               |  5 ++-
 tests/TestSuite_inline_ipsec.py          | 13 +++---
 tests/TestSuite_interrupt_pmd.py         | 13 ++++--
 tests/TestSuite_ip_pipeline.py           | 50 +++++++++++-------------
 tests/TestSuite_ipfrag.py                |  7 +---
 tests/TestSuite_ipv4_reassembly.py       |  5 ++-
 tests/TestSuite_keep_alive.py            |  5 ++-
 tests/TestSuite_kni.py                   |  6 ++-
 tests/TestSuite_l2fwd_jobstats.py        |  3 +-
 tests/TestSuite_l3fwdacl.py              | 21 +++++-----
 tests/TestSuite_link_status_interrupt.py | 17 ++++----
 tests/TestSuite_metering_and_policing.py | 13 +++---
 tests/TestSuite_multicast.py             |  5 +--
 tests/TestSuite_multiprocess.py          | 25 ++++++------
 tests/TestSuite_packet_ordering.py       |  5 ++-
 tests/TestSuite_pmdpcap.py               | 12 +++---
 tests/TestSuite_pmdrss_hash.py           | 19 ++++-----
 tests/TestSuite_pmdrssreta.py            |  3 +-
 tests/TestSuite_ptpclient.py             |  5 ++-
 tests/TestSuite_queue_start_stop.py      |  3 +-
 tests/TestSuite_rxtx_callbacks.py        |  3 +-
 tests/TestSuite_short_live.py            | 12 +++---
 tests/TestSuite_skeleton.py              |  3 +-
 tests/TestSuite_softnic.py               | 14 +++++--
 tests/TestSuite_timer.py                 |  4 +-
 tests/TestSuite_tso.py                   | 12 +++---
 tests/TestSuite_userspace_ethtool.py     |  5 ++-
 28 files changed, 156 insertions(+), 140 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-12-10  8:44 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-08 10:05 [dts] [PATCH V1 00/28] Modify the hard coded app parameter to call the platform interface Zhou Jun
2020-12-08 10:06 ` [dts] [dts 01/28] tests/TestSuite_hello_world:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 02/28] tests/TestSuite_hotplug:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 03/28] tests/TestSuite_inline_ipsec:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 04/28] tests/TestSuite_interrupt_pmd:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 05/28] tests/TestSuite_ip_pipeline:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 06/28] tests/TestSuite_ipfrag:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 07/28] tests/TestSuite_ipv4_reassembly:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 08/28] tests/TestSuite_keep_alive:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 09/28] tests/TestSuite_kni:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 10/28] tests/TestSuite_l2fwd_jobstats:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 11/28] tests/TestSuite_l3fwdacl:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 12/28] tests/TestSuite_link_status_interrupt:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 13/28] tests/TestSuite_metering_and_policing:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 14/28] tests/TestSuite_multicast:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 15/28] tests/TestSuite_multiprocess:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 16/28] tests/TestSuite_packet_ordering:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 17/28] tests/TestSuite_pmdpcap:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 18/28] tests/TestSuite_pmdrss_hash:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 19/28] tests/TestSuite_pmdrssreta:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 20/28] tests/TestSuite_ptpclient:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 21/28] tests/TestSuite_queue_start_stop:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 22/28] tests/TestSuite_rxtx_callbacks:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 23/28] tests/TestSuite_short_live:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 24/28] tests/TestSuite_skeleton:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 25/28] tests/TestSuite_softnic:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 26/28] tests/TestSuite_timer:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 27/28] tests/TestSuite_tso:Modify " Zhou Jun
2020-12-08 10:06 ` [dts] [dts 28/28] tests/TestSuite_userspace_ethtool:Modify " Zhou Jun
2020-12-09  1:53 ` [dts] [PATCH V1 00/28] Modify " Zhao, HaiyangX
2020-12-10  8:43 ` 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).