mbox

[v1,0/2] add new power_intel_uncore testsuite

Message ID 20230523091220.32474-1-tadhg.kearney@intel.com (mailing list archive)
Headers

Message

Tadhg Kearney May 23, 2023, 9:12 a.m. UTC
  Automated tests added to test intel uncore API enabled through
l3fwd-power. Also adding test plan.

Tadhg Kearney (2):
  tests/power_intel_uncore: add new power_intel_uncore test suite
  test_plans/power_intel_uncore: add test_plan for newly added test
    suite

 test_plans/index.rst                        |   1 +
 test_plans/power_intel_uncore_test_plan.rst | 126 ++++++++++
 tests/TestSuite_power_intel_uncore.py       | 266 ++++++++++++++++++++
 3 files changed, 393 insertions(+)
 create mode 100644 test_plans/power_intel_uncore_test_plan.rst
 create mode 100644 tests/TestSuite_power_intel_uncore.py