Skip to content

Commit

Permalink
Merge pull request #4228 from nanliu-r/wrong_check_cmd_for_windows
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulYuuu authored Dec 10, 2024
2 parents caf2a37 + 0f7f583 commit bae03fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qemu/tests/cfg/cpu_topology_test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
RHEL.8:
check_siblings_cmd = "awk -F'-' '{print $2 - $1 + 1}' /sys/devices/system/cpu/cpu0/topology/core_siblings_list"
- check_core_per_sockets:
only Linux
type = cpu_topology_details_test
start_vm = yes
check_core_per_socket_cmd = "lscpu --extended | awk 'NR>1 {print $3}'"
Expand Down

0 comments on commit bae03fa

Please sign in to comment.