Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add turbo freq case with all the cstate default state #327

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions BM/cstate/powermgr_cstate_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,9 @@ core_cstate_test() {
verify_ccstate_res_offline_online)
ccstate_res_offline_online 0x10 0x660 0x3fd
;;
verify_turbo_freq_in_default)
verify_single_cpu_freq
;;
verify_turbo_freq_in_poll)
turbo_freq_when_idle POLL
;;
Expand Down
2 changes: 1 addition & 1 deletion BM/cstate/tests-server
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ powermgr_cstate_tests.sh -t verify_cstate_name
powermgr_cstate_tests.sh -t verify_server_all_cores_cstate6
powermgr_cstate_tests.sh -t verify_server_all_cpus_mc6
powermgr_cstate_tests.sh -t verify_server_core_cstate6_residency
powermgr_cstate_tests.sh -t verify_residency_latency_override
powermgr_cstate_tests.sh -t verify_server_cstate_list
powermgr_cstate_tests.sh -t verify_server_perf_core_cstat_update
powermgr_cstate_tests.sh -t verify_server_perf_pkg_cstat_update
Expand All @@ -25,6 +24,7 @@ powermgr_cstate_tests.sh -t verify_offline_cpu_deepest_pc
powermgr_cstate_tests.sh -t verify_ccstate_res_offline_online
# Below case are to verify whether a single CPU can reach the turbo frequecy
# When other CPUs are all in POLL or C1 or C1E
powermgr_cstate_tests.sh -t verify_turbo_freq_in_default
powermgr_cstate_tests.sh -t verify_turbo_freq_in_poll
powermgr_cstate_tests.sh -t verify_turbo_freq_in_c1
powermgr_cstate_tests.sh -t verify_turbo_freq_in_c1e
Expand Down
Loading