tests: update versions for new checkpoints

Change-Id: I075110b68a7aa762fb060fcae7bb74ee8ec581b0
This commit is contained in:
Harshil Patel
2024-04-26 09:54:43 -07:00
parent a6f2c8afdb
commit a6138777e2
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ board.set_kernel_disk_workload(
"x86-ubuntu-18.04-img", resource_version="1.0.0"
),
checkpoint=obtain_resource(
"x86-fs-test-checkpoint-v24-0", resource_version="2.0.0"
"x86-fs-test-checkpoint-v24-0", resource_version="3.0.0"
),
)

View File

@@ -66,7 +66,7 @@ board.set_se_binary_workload(
resource_version="1.0.0",
),
checkpoint=obtain_resource(
"x86-hello-test-checkpoint-v24-0", resource_version="2.0.0"
"x86-hello-test-checkpoint-v24-0", resource_version="3.0.0"
),
)