Commit f5c2674
committed
fix(test): skip test_cpu_topology test on Ubuntu
On Aarch64 systems we do not normalize vCPUs, we let KVM configure them.
This means that the CPU cache hierarchy exposed to the guest depends
entirely on what the KVM decides it to be.
We observed that when we're running tests on Ubuntu hosts with a 6.14
kernel the cache hierarchy is different than the one we expect on AL
hosts.
Until we decide how to deal with CPU hierarchy in a controled way (or
not) skip the test on Ubuntu systems. The actual test checks that the
host kernel version is greater or equal to 6.14.
Signed-off-by: Babis Chalios <[email protected]>1 parent d33011c commit f5c2674
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
201 | 209 | | |
202 | 210 | | |
203 | 211 | | |
| |||
0 commit comments