]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/qemu: remove elf image type
authorSaul Wold <sgw@linux.intel.com>
Tue, 5 Dec 2017 01:10:35 +0000 (17:10 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Jan 2018 17:24:12 +0000 (17:24 +0000)
Since we are depercating the ELF image type, we should not test it
here either.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/core/target/qemu.py

index d359bf9fe3514634628ea7bf605f0587c80066bd..bf3b633f04759322bfa9f244ab2372cdcd4e8d61 100644 (file)
@@ -9,7 +9,7 @@ import time
 from .ssh import OESSHTarget
 from oeqa.utils.qemurunner import QemuRunner
 
-supported_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic', 'elf']
+supported_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic']
 
 class OEQemuTarget(OESSHTarget):
     def __init__(self, logger, ip, server_ip, timeout=300, user='root',