Skip to content

Commit ef52d5f

Browse files
committed
test: fix target version for snapshot perf test
Signed-off-by: Patrick Roy <[email protected]>
1 parent 86494fd commit ef52d5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration_tests/performance/test_snapshot_perf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ def _test_snapshot_create_latency(context):
273273

274274
# Test snapshot creation for every supported target version.
275275
for target_version in firecracker_versions:
276+
target_version = ".".join(target_version.split(".")[:2] + ["0"])
276277
logger.info(
277278
"""Measuring snapshot create({}) latency for target
278279
version: {} and microvm: \"{}\", kernel {}, disk {} """.format(

0 commit comments

Comments
 (0)