Skip to content

Commit

Permalink
i/statemachine: Test the qcow2 file is v3
Browse files Browse the repository at this point in the history
This is a way to make sure we do not use the compat=0.1 option.

Signed-off-by: Paul Mars <paul.mars@canonical.com>
  • Loading branch information
upils committed Oct 16, 2024
1 parent 9f7261e commit d4a21d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/statemachine/classic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3010,7 +3010,7 @@ func TestSuccessfulClassicRun(t *testing.T) {

artifacts := map[string]string{
"pc-amd64.img": "DOS/MBR boot sector",
"pc-amd64.qcow2": "QEMU QCOW",
"pc-amd64.qcow2": "QEMU QCOW2 Image (v3)",
"filesystem-manifest.txt": "text",
"filesystem-filelist.txt": "text",
}
Expand Down

0 comments on commit d4a21d7

Please sign in to comment.