Skip to content

Commit 1a1e445

Browse files
roypatandreitraistaru
authored andcommitted
test: fix target version for snapshot perf test
Signed-off-by: Patrick Roy <[email protected]>
1 parent 884421a commit 1a1e445

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
@@ -280,6 +280,7 @@ def _test_snapshot_create_latency(context):
280280

281281
# Test snapshot creation for every supported target version.
282282
for target_version in firecracker_versions:
283+
target_version = ".".join(target_version.split(".")[:2] + ["0"])
283284
logger.info(
284285
"""Measuring snapshot create({}) latency for target
285286
version: {} and microvm: \"{}\", kernel {}, disk {} """.format(

0 commit comments

Comments
 (0)