Skip to content

Commit a589520

Browse files
committed
test_snapshot_ab: rename guest_kernel_acpi to guest_kernel
This was the result of a find and replace gone awry it seems. Signed-off-by: Patrick Roy <[email protected]>
1 parent 41f87ee commit a589520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration_tests/performance/test_snapshot_ab.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ def id(self):
4343
def configure_vm(
4444
self,
4545
microvm_factory,
46-
guest_kernel_acpi,
46+
guest_kernel,
4747
rootfs,
4848
) -> Microvm:
4949
"""Creates the initial snapshot that will be loaded repeatedly to sample latencies"""
5050
vm = microvm_factory.build(
51-
guest_kernel_acpi,
51+
guest_kernel,
5252
rootfs,
5353
monitor_memory=False,
5454
)

0 commit comments

Comments
 (0)