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:
Ondřej Budai 2020-04-24 10:59:27 +02:00 committed by Tom Gundersen
parent 83a3a8d821
commit 8f351026d8
2 changed files with 0 additions and 10 deletions

View file

@ -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":