mbox series

[V2,0/3] add basic_4k_pages_dsa testsuite

Message ID 20221130061720.1163831-1-weix.ling@intel.com (mailing list archive)
Headers
Series add basic_4k_pages_dsa testsuite |

Message

Ling, WeiX Nov. 30, 2022, 6:17 a.m. UTC
  1.Modify the description in testplan.
2.Add the TestSuite_basic_4k_pages_dsa.py testsuite.
3.Add the testsuite config file.

Wei Ling (3):
  test_plans/basic_4k_pages_dsa_test_plan: modify testplan description
  tests/basic_4k_pages_dsa: add new testsuite
  conf/basic_4k_pages_dsa: add testsuite config file

 conf/basic_4k_pages_dsa.cfg                 |   36 +
 test_plans/basic_4k_pages_dsa_test_plan.rst |   75 +-
 tests/TestSuite_basic_4k_pages_dsa.py       | 1677 +++++++++++++++++++
 3 files changed, 1751 insertions(+), 37 deletions(-)
 create mode 100644 conf/basic_4k_pages_dsa.cfg
 create mode 100644 tests/TestSuite_basic_4k_pages_dsa.py