Skip to content

Commit e8e3ecf

Browse files
committed
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: 2360fcc Signed-off-by: Patrick Roy <[email protected]>
1 parent 17998c0 commit e8e3ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/performance/test_boottime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def test_boottime(
181181
{
182182
**DIMENSIONS,
183183
"performance_test": "test_boottime",
184-
"guest_kernel_acpi": guest_kernel_acpi.name,
184+
"guest_kernel": guest_kernel_acpi.name,
185185
"vcpus": str(vcpu_count),
186186
"mem_size_mib": str(mem_size_mib),
187187
}

0 commit comments

Comments
 (0)