[dts][PATCH V1 0/5] migrate CBDMA related testcase to new testsuite

Wei Ling weix.ling at intel.com
Thu May 19 10:13:26 CEST 2022


Because of the CBDMA testcases need DPDK local patch can test, 
from DTS 22.03, we plan to migrate CBDMA related testcases to new
testsuite, for example, migrate CBDMA related testcase from 
vhost_user_interrupt suite to vhost_user_interrupt_cbdma suite. 

Wei Ling (5):
  test_plans/index: add vhost_user_interrupt_cbdma testsuite
  test_plans/vhost_user_interrupt_test_plan: migrate CBDMA related
    testcase to new testsuite
  tests/vhost_user_interrupt: migrate CBDMA related testcase to new
    testsuite
  test_plans/vhost_user_interrupt_cbdma_test_plan: add new testsuite for
    CBDMA related testcases
  tests/vhost_user_interrupt_cbdma: add new testsuite for CBDMA related
    testcases

 test_plans/index.rst                          |   1 +
 .../vhost_user_interrupt_cbdma_test_plan.rst  |  89 ++++++
 test_plans/vhost_user_interrupt_test_plan.rst |  42 ---
 tests/TestSuite_vhost_user_interrupt.py       | 129 +-------
 tests/TestSuite_vhost_user_interrupt_cbdma.py | 296 ++++++++++++++++++
 5 files changed, 399 insertions(+), 158 deletions(-)
 create mode 100644 test_plans/vhost_user_interrupt_cbdma_test_plan.rst
 create mode 100644 tests/TestSuite_vhost_user_interrupt_cbdma.py

-- 
2.25.1



More information about the dts mailing list