mbox series

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

Message ID 20220519081326.2815932-1-weix.ling@intel.com (mailing list archive)
Headers
Series migrate CBDMA related testcase to new testsuite |

Message

Ling, WeiX May 19, 2022, 8:13 a.m. UTC
  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