We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0343e2d commit 214aa14Copy full SHA for 214aa14
tests/integration_tests/functional/test_topology.py
@@ -46,14 +46,14 @@ def _check_cpu_topology(
46
)
47
48
expected_hwloc_output = {
49
- "depth0": "1 Machine (type #0)",
50
- "depth1": "1 Package (type #1)",
51
- "depth2": "1 L3Cache (type #6)",
52
- "depth3": f"{expected_cpu_count} L2Cache (type #5)",
53
- "depth4": f"{expected_cpu_count} L1dCache (type #4)",
54
- "depth5": f"{expected_cpu_count} L1iCache (type #9)",
55
- "depth6": f"{expected_cpu_count} Core (type #2)",
56
- "depth7": f"{expected_cpu_count} PU (type #3)",
+ "depth 0": "1 Machine (type #0)",
+ "depth 1": "1 Package (type #1)",
+ "depth 2": "1 L3Cache (type #6)",
+ "depth 3": f"{expected_cpu_count} L2Cache (type #5)",
+ "depth 4": f"{expected_cpu_count} L1dCache (type #4)",
+ "depth 5": f"{expected_cpu_count} L1iCache (type #9)",
+ "depth 6": f"{expected_cpu_count} Core (type #2)",
+ "depth 7": f"{expected_cpu_count} PU (type #3)",
57
}
58
59
utils.check_guest_cpuid_output(
0 commit comments