-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
emr-oe: delete numa related topology test for emr-oe
Signed-off-by: Yi Sun <[email protected]>
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This file collects basic cases which verify CPU Topology | ||
# on Intel® Architecture-based server platforms. | ||
# @hw_dep: | ||
# @other_dep: | ||
# @other_warn: which cpuid 2>/dev/null @ cpuid tool is required | ||
# @other_warn: which lstopo 2>/dev/null @ Please install hwloc-gui.x86_64 package or hwloc.x86_64 to get lstopo tool | ||
|
||
cpu_topology.sh -t verify_thread_per_core | ||
cpu_topology.sh -t verify_cores_per_socket | ||
cpu_topology.sh -t verify_socket_num | ||
cpu_topology.sh -t verify_level_type | ||
cpu_topology.sh -t verify_sched_domain_names |