tests/image: drop the qemu-extract boot type
Previous commit switched the ami output type to qemu boot type, therefore qemu-extract is not needed anymore.
This commit is contained in:
parent
83a3a8d821
commit
8f351026d8
2 changed files with 0 additions and 10 deletions
|
|
@ -291,8 +291,6 @@ func testBootUsingAWS(t *testing.T, imagePath string) {
|
|||
func testBoot(t *testing.T, imagePath string, bootType string, outputID string) {
|
||||
switch bootType {
|
||||
case "qemu":
|
||||
fallthrough
|
||||
case "qemu-extract":
|
||||
testBootUsingQemu(t, imagePath)
|
||||
|
||||
case "nspawn":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue