Skip to content

Commit cad6e41

Browse files
pb8ozulinx86
authored andcommitted
test: only test current release in test_snapshot_create_latency
The purpose of the test is to measure snapshot creation latency for the current firecracker release, so other releases don't play a role. Old versions are already tested in their respective branches, so this is redundant. Signed-off-by: Pablo Barbáchano <pablob@amazon.com>
1 parent d78f260 commit cad6e41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration_tests/performance/test_snapshot_perf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def test_snapshot_create_latency(
155155
microvm_factory,
156156
guest_kernel,
157157
rootfs,
158-
firecracker_release,
159158
st_core,
160159
):
161160
"""
@@ -220,7 +219,7 @@ def test_snapshot_create_latency(
220219
"vm": vm,
221220
"disks": [vm.rootfs_file],
222221
"ssh_key": rootfs.ssh_key(),
223-
"target_version": firecracker_release.snapshot_version,
222+
"target_version": None,
224223
"metrics_fifo": metrics_fifo,
225224
},
226225
)

0 commit comments

Comments
 (0)