[RESEND PATCH V2 0/2] Add speedometer new test cases for amd-pstate-ut

Meng Li posted 2 patches 3 years, 5 months ago
There is a newer version of this series
Documentation/admin-guide/pm/amd-pstate.rst   |  75 +++-
tools/testing/selftests/amd-pstate/Makefile   |   2 +-
tools/testing/selftests/amd-pstate/run.sh     |  32 +-
.../selftests/amd-pstate/selenium_server.sh   |  15 +
.../selftests/amd-pstate/speedometer.sh       | 349 ++++++++++++++++++
.../selftests/amd-pstate/speedometer_web.py   | 106 ++++++
6 files changed, 571 insertions(+), 8 deletions(-)
create mode 100755 tools/testing/selftests/amd-pstate/selenium_server.sh
create mode 100755 tools/testing/selftests/amd-pstate/speedometer.sh
create mode 100755 tools/testing/selftests/amd-pstate/speedometer_web.py
[RESEND PATCH V2 0/2] Add speedometer new test cases for amd-pstate-ut
Posted by Meng Li 3 years, 5 months ago
Hi all:

Update the patches base on the latest kselftest/next.

Add speedometer.sh trigger the speedometer testing and monitor the cpu
information.

Modify rst document to introduce test steps and results etc.

Thanks, 
Jasmine 

Meng Li (2):
  selftests: amd-pstate: Trigger speedometer benchmark and test cpus
  Documentation: amd-pstate: Add speedometer test introduction

 Documentation/admin-guide/pm/amd-pstate.rst   |  75 +++-
 tools/testing/selftests/amd-pstate/Makefile   |   2 +-
 tools/testing/selftests/amd-pstate/run.sh     |  32 +-
 .../selftests/amd-pstate/selenium_server.sh   |  15 +
 .../selftests/amd-pstate/speedometer.sh       | 349 ++++++++++++++++++
 .../selftests/amd-pstate/speedometer_web.py   | 106 ++++++
 6 files changed, 571 insertions(+), 8 deletions(-)
 create mode 100755 tools/testing/selftests/amd-pstate/selenium_server.sh
 create mode 100755 tools/testing/selftests/amd-pstate/speedometer.sh
 create mode 100755 tools/testing/selftests/amd-pstate/speedometer_web.py

-- 
2.34.1
Re: [RESEND PATCH V2 0/2] Add speedometer new test cases for amd-pstate-ut
Posted by Huang Rui 3 years, 4 months ago
On Mon, Nov 07, 2022 at 09:11:25AM +0800, Meng, Li (Jassmine) wrote:
> Hi all:
> 
> Update the patches base on the latest kselftest/next.
> 
> Add speedometer.sh trigger the speedometer testing and monitor the cpu
> information.
> 
> Modify rst document to introduce test steps and results etc.
> 

Jassmine, thanks for the patches. Let me verify the tests in my side and
get it back to you.

Thanks,
Ray