Skip to content

Commit 214aa14

Browse files
committed
sq
Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent 0343e2d commit 214aa14

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/integration_tests/functional/test_topology.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ def _check_cpu_topology(
4646
)
4747

4848
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)",
49+
"depth 0": "1 Machine (type #0)",
50+
"depth 1": "1 Package (type #1)",
51+
"depth 2": "1 L3Cache (type #6)",
52+
"depth 3": f"{expected_cpu_count} L2Cache (type #5)",
53+
"depth 4": f"{expected_cpu_count} L1dCache (type #4)",
54+
"depth 5": f"{expected_cpu_count} L1iCache (type #9)",
55+
"depth 6": f"{expected_cpu_count} Core (type #2)",
56+
"depth 7": f"{expected_cpu_count} PU (type #3)",
5757
}
5858

5959
utils.check_guest_cpuid_output(

0 commit comments

Comments
 (0)