From da0a3f05941983cb52694564797abfbe15957f61 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Mon, 9 Sep 2024 13:52:30 +0100 Subject: [PATCH] fix(test): fix guest_kernel metric in boottime tests The search-and-replace for excluding the no-acpi kernels from the performance tests was a bit overzealous and also renames the `guest_kernel` metric. Fixes: 2360fcce44365d6bc01453acefc22dff3152b323 Signed-off-by: Patrick Roy --- tests/integration_tests/performance/test_boottime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/performance/test_boottime.py b/tests/integration_tests/performance/test_boottime.py index b5f36f842a1..e4f62b388e4 100644 --- a/tests/integration_tests/performance/test_boottime.py +++ b/tests/integration_tests/performance/test_boottime.py @@ -181,7 +181,7 @@ def test_boottime( { **DIMENSIONS, "performance_test": "test_boottime", - "guest_kernel_acpi": guest_kernel_acpi.name, + "guest_kernel": guest_kernel_acpi.name, "vcpus": str(vcpu_count), "mem_size_mib": str(mem_size_mib), }