Skip to content

Commit

Permalink
chore: adjust coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat authored and dianpopa committed Apr 3, 2023
1 parent baa427f commit 7843fa9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/integration_tests/build/test_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from framework import utils
from host_tools import proc


# We have different coverages based on the host kernel version. This is
# caused by io_uring, which is only supported by FC for kernels newer
# than 5.10.
Expand All @@ -18,9 +17,9 @@
# Checkout the cpuid crate. In the future other
# differences may appear.
if utils.is_io_uring_supported():
COVERAGE_DICT = {"Intel": 82.97, "AMD": 82.14, "ARM": 82.43}
COVERAGE_DICT = {"Intel": 82.92, "AMD": 82.14, "ARM": 82.43}
else:
COVERAGE_DICT = {"Intel": 80.13, "AMD": 79.28, "ARM": 79.34}
COVERAGE_DICT = {"Intel": 80.07, "AMD": 79.28, "ARM": 79.34}

PROC_MODEL = proc.proc_type()

Expand Down

0 comments on commit 7843fa9

Please sign in to comment.