tests: build qcow2 instead of tar
Tar is only available on RHEL, switch to qcow2, that's everywhere.
This commit is contained in:
parent
40b65144d1
commit
4958d15413
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ func TestComposeCommands(t *testing.T) {
|
|||
|
||||
// workers ask the composer every 15 seconds if a compose was canceled.
|
||||
// Use 20 seconds here to be sure this is hit.
|
||||
uuid = startCompose(t, "empty", "tar")
|
||||
uuid = startCompose(t, "empty", "qcow2")
|
||||
defer deleteCompose(t, uuid)
|
||||
runComposer(t, "compose", "cancel", uuid.String())
|
||||
time.Sleep(20 * time.Second)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue