Commit 0c8f538
committed
E2E: Fix for checking L3 Cache spans entire numa node
The earlier pr openshift#1397 used to compare if the cpus
returned by ccx are same as numa node 0, which
may not be same, even though the size matches. This
cause the test to not skip on vm.
Signed-off-by: Niranjan M.R <mniranja@redhat.com>1 parent edea888 commit 0c8f538
1 file changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
792 | | - | |
793 | | - | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
794 | 801 | | |
795 | | - | |
| 802 | + | |
796 | 803 | | |
797 | 804 | | |
798 | 805 | | |
| |||
0 commit comments