1slow_qtests = { 2 'ahci-test': 150, 3 'aspeed_smc-test': 360, 4 'bios-tables-test' : 910, 5 'cdrom-test' : 610, 6 'device-introspect-test' : 720, 7 'ide-test' : 120, 8 'migration-test' : 480, 9 'npcm7xx_pwm-test': 300, 10 'npcm7xx_watchdog_timer-test': 120, 11 'qmp-cmd-test' : 120, 12 'qom-test' : 900, 13 'stm32l4x5_usart-test' : 600, 14 'test-hmp' : 240, 15 'pxe-test': 610, 16 'prom-env-test': 360, 17 'boot-serial-test': 360, 18 'qos-test': 120, 19 'vmgenid-test': 610, 20} 21 22qtests_generic = [ 23 'cdrom-test', 24 'device-introspect-test', 25 'machine-none-test', 26 'qmp-test', 27 'qmp-cmd-test', 28 'qom-test', 29 'test-hmp', 30 'qos-test', 31 'readconfig-test', 32 'netdev-socket', 33] 34if enable_modules 35 qtests_generic += [ 'modules-test' ] 36endif 37 38qtests_pci = \ 39 (config_all_devices.has_key('CONFIG_VGA') ? ['display-vga-test'] : []) + \ 40 (config_all_devices.has_key('CONFIG_IVSHMEM_DEVICE') ? ['ivshmem-test'] : []) 41 42qtests_cxl = \ 43 (config_all_devices.has_key('CONFIG_CXL') ? ['cxl-test'] : []) 44 45# FIXME: Get rid of get_option('default_devices') here and check 46# for the availability of the default NICs in the tests 47qtests_filter = \ 48 (get_option('default_devices') and slirp.found() ? ['test-netfilter'] : []) + \ 49 (get_option('default_devices') and host_os != 'windows' ? ['test-filter-mirror'] : []) + \ 50 (get_option('default_devices') and host_os != 'windows' ? ['test-filter-redirector'] : []) 51 52qtests_i386 = \ 53 (slirp.found() ? ['pxe-test'] : []) + \ 54 qtests_filter + \ 55 (config_all_devices.has_key('CONFIG_ACPI_VMGENID') ? ['vmgenid-test'] : []) + \ 56 (config_all_devices.has_key('CONFIG_AHCI_ICH9') and have_tools ? ['ahci-test'] : []) + \ 57 (config_all_devices.has_key('CONFIG_AHCI_ICH9') ? ['tco-test'] : []) + \ 58 (config_all_devices.has_key('CONFIG_FDC_ISA') ? ['fdc-test'] : []) + \ 59 (config_all_devices.has_key('CONFIG_I440FX') ? ['fw_cfg-test'] : []) + \ 60 (config_all_devices.has_key('CONFIG_FW_CFG_DMA') ? ['vmcoreinfo-test'] : []) + \ 61 (config_all_devices.has_key('CONFIG_I440FX') ? ['i440fx-test'] : []) + \ 62 (config_all_devices.has_key('CONFIG_I440FX') ? ['ide-test'] : []) + \ 63 (config_all_devices.has_key('CONFIG_I440FX') ? ['numa-test'] : []) + \ 64 (config_all_devices.has_key('CONFIG_I440FX') ? ['test-x86-cpuid-compat'] : []) + \ 65 (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) + \ 66 (config_all_devices.has_key('CONFIG_SGA') ? ['boot-serial-test'] : []) + \ 67 (config_all_devices.has_key('CONFIG_ISA_IPMI_KCS') ? ['ipmi-kcs-test'] : []) + \ 68 (host_os == 'linux' and \ 69 config_all_devices.has_key('CONFIG_ISA_IPMI_BT') and 70 config_all_devices.has_key('CONFIG_IPMI_EXTERN') ? ['ipmi-bt-test'] : []) + \ 71 (config_all_devices.has_key('CONFIG_WDT_IB700') ? ['wdt_ib700-test'] : []) + \ 72 (config_all_devices.has_key('CONFIG_PVPANIC_ISA') ? ['pvpanic-test'] : []) + \ 73 (config_all_devices.has_key('CONFIG_PVPANIC_PCI') ? ['pvpanic-pci-test'] : []) + \ 74 (config_all_devices.has_key('CONFIG_HDA') ? ['intel-hda-test'] : []) + \ 75 (config_all_devices.has_key('CONFIG_I82801B11') ? ['i82801b11-test'] : []) + \ 76 (config_all_devices.has_key('CONFIG_IOH3420') ? ['ioh3420-test'] : []) + \ 77 (config_all_devices.has_key('CONFIG_LPC_ICH9') ? ['lpc-ich9-test'] : []) + \ 78 (config_all_devices.has_key('CONFIG_MC146818RTC') ? ['rtc-test'] : []) + \ 79 (config_all_devices.has_key('CONFIG_USB_UHCI') ? ['usb-hcd-uhci-test'] : []) + \ 80 (config_all_devices.has_key('CONFIG_USB_UHCI') and \ 81 config_all_devices.has_key('CONFIG_USB_EHCI') ? ['usb-hcd-ehci-test'] : []) + \ 82 (config_all_devices.has_key('CONFIG_USB_XHCI_NEC') ? ['usb-hcd-xhci-test'] : []) + \ 83 (config_all_devices.has_key('CONFIG_TPM_CRB') ? ['tpm-crb-test'] : []) + \ 84 (config_all_devices.has_key('CONFIG_TPM_CRB') ? ['tpm-crb-swtpm-test'] : []) + \ 85 (config_all_devices.has_key('CONFIG_TPM_TIS_ISA') ? ['tpm-tis-test'] : []) + \ 86 (config_all_devices.has_key('CONFIG_TPM_TIS_ISA') ? ['tpm-tis-swtpm-test'] : []) + \ 87 (config_all_devices.has_key('CONFIG_RTL8139_PCI') ? ['rtl8139-test'] : []) + \ 88 (config_all_devices.has_key('CONFIG_E1000E_PCI_EXPRESS') ? ['fuzz-e1000e-test'] : []) + \ 89 (config_all_devices.has_key('CONFIG_MEGASAS_SCSI_PCI') ? ['fuzz-megasas-test'] : []) + \ 90 (config_all_devices.has_key('CONFIG_LSI_SCSI_PCI') ? ['fuzz-lsi53c895a-test'] : []) + \ 91 (config_all_devices.has_key('CONFIG_VIRTIO_SCSI') ? ['fuzz-virtio-scsi-test'] : []) + \ 92 (config_all_devices.has_key('CONFIG_VIRTIO_BALLOON') ? ['virtio-balloon-test'] : []) + \ 93 (config_all_devices.has_key('CONFIG_Q35') ? ['q35-test'] : []) + \ 94 (config_all_devices.has_key('CONFIG_SB16') ? ['fuzz-sb16-test'] : []) + \ 95 (config_all_devices.has_key('CONFIG_SDHCI_PCI') ? ['fuzz-sdcard-test'] : []) + \ 96 (config_all_devices.has_key('CONFIG_ESP_PCI') ? ['am53c974-test'] : []) + \ 97 (config_all_devices.has_key('CONFIG_VTD') ? ['intel-iommu-test'] : []) + \ 98 (host_os != 'windows' and \ 99 config_all_devices.has_key('CONFIG_ACPI_ERST') ? ['erst-test'] : []) + \ 100 (config_all_devices.has_key('CONFIG_PCIE_PORT') and \ 101 config_all_devices.has_key('CONFIG_VIRTIO_NET') and \ 102 config_all_devices.has_key('CONFIG_Q35') and \ 103 config_all_devices.has_key('CONFIG_VIRTIO_PCI') and \ 104 slirp.found() ? ['virtio-net-failover'] : []) + \ 105 (unpack_edk2_blobs and \ 106 (config_all_devices.has_key('CONFIG_HPET') or \ 107 config_all_devices.has_key('CONFIG_X_HPET_RUST')) and \ 108 config_all_devices.has_key('CONFIG_PARALLEL') ? ['bios-tables-test'] : []) + \ 109 qtests_pci + \ 110 qtests_cxl + \ 111 [ 112 'hd-geo-test', 113 'boot-order-test', 114 'device-plug-test', 115 'drive_del-test', 116 'cpu-plug-test', 117 'migration-test', 118 ] 119 120if dbus_display and config_all_devices.has_key('CONFIG_VGA') 121 qtests_i386 += ['dbus-display-test'] 122endif 123 124dbus_daemon = find_program('dbus-daemon', required: false) 125if dbus_daemon.found() and gdbus_codegen.found() 126 # Temporarily disabled due to Patchew failures: 127 #qtests_i386 += ['dbus-vmstate-test'] 128 dbus_vmstate1 = custom_target('dbus-vmstate description', 129 output: ['dbus-vmstate1.h', 'dbus-vmstate1.c'], 130 input: meson.project_source_root() / 'backends/dbus-vmstate1.xml', 131 command: [gdbus_codegen, '@INPUT@', 132 '--interface-prefix', 'org.qemu', 133 '--generate-c-code', '@BASENAME@']).to_list() 134else 135 dbus_vmstate1 = [] 136endif 137 138qtests_x86_64 = qtests_i386 139 140qtests_alpha = ['boot-serial-test'] + \ 141 qtests_filter + \ 142 (config_all_devices.has_key('CONFIG_VGA') ? ['display-vga-test'] : []) 143 144qtests_avr = [ 'boot-serial-test' ] 145 146qtests_hppa = \ 147 qtests_filter + \ 148 (config_all_devices.has_key('CONFIG_VGA') ? ['display-vga-test'] : []) 149 150qtests_loongarch64 = qtests_filter + \ 151 (config_all_devices.has_key('CONFIG_LOONGARCH_VIRT') ? ['numa-test'] : []) + \ 152 ['boot-serial-test'] 153 154qtests_m68k = ['boot-serial-test'] + \ 155 qtests_filter 156 157qtests_microblaze = ['boot-serial-test'] + \ 158 qtests_filter 159 160qtests_microblazeel = qtests_microblaze 161 162qtests_mips = \ 163 qtests_filter + \ 164 (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) + \ 165 (config_all_devices.has_key('CONFIG_VGA') ? ['display-vga-test'] : []) 166 167qtests_mipsel = qtests_mips 168qtests_mips64 = qtests_mips 169qtests_mips64el = qtests_mips 170 171qtests_ppc = \ 172 qtests_filter + \ 173 (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) + \ 174 (config_all_accel.has_key('CONFIG_TCG') ? ['prom-env-test'] : []) + \ 175 (config_all_accel.has_key('CONFIG_TCG') ? ['boot-serial-test'] : []) + \ 176 ['boot-order-test'] 177 178qtests_ppc64 = \ 179 qtests_ppc + \ 180 (config_all_devices.has_key('CONFIG_PSERIES') ? ['device-plug-test'] : []) + \ 181 (config_all_devices.has_key('CONFIG_POWERNV') ? ['pnv-xscom-test'] : []) + \ 182 (config_all_devices.has_key('CONFIG_POWERNV') ? ['pnv-xive2-test'] : []) + \ 183 (config_all_devices.has_key('CONFIG_POWERNV') ? ['pnv-spi-seeprom-test'] : []) + \ 184 (config_all_devices.has_key('CONFIG_POWERNV') ? ['pnv-host-i2c-test'] : []) + \ 185 (config_all_devices.has_key('CONFIG_PSERIES') ? ['numa-test'] : []) + \ 186 (config_all_devices.has_key('CONFIG_PSERIES') ? ['rtas-test'] : []) + \ 187 (slirp.found() ? ['pxe-test'] : []) + \ 188 (config_all_devices.has_key('CONFIG_USB_UHCI') ? ['usb-hcd-uhci-test'] : []) + \ 189 (config_all_devices.has_key('CONFIG_USB_XHCI_NEC') ? ['usb-hcd-xhci-test'] : []) + \ 190 qtests_pci + ['migration-test', 'cpu-plug-test', 'drive_del-test'] 191 192qtests_sh4 = (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) 193qtests_sh4eb = (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) 194 195qtests_sparc = ['prom-env-test', 'm48t59-test', 'boot-serial-test'] + \ 196 qtests_filter 197 198qtests_sparc64 = \ 199 (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) + \ 200 qtests_filter + \ 201 ['prom-env-test', 'boot-serial-test'] 202 203qtests_npcm7xx = \ 204 ['npcm7xx_adc-test', 205 'npcm7xx_gpio-test', 206 'npcm7xx_pwm-test', 207 'npcm7xx_rng-test', 208 'npcm7xx_sdhci-test', 209 'npcm7xx_smbus-test', 210 'npcm7xx_timer-test', 211 'npcm7xx_watchdog_timer-test', 212 'npcm_gmac-test'] + \ 213 (slirp.found() ? ['npcm7xx_emc-test'] : []) 214qtests_aspeed = \ 215 ['aspeed_hace-test', 216 'aspeed_smc-test', 217 'aspeed_gpio-test'] 218qtests_aspeed64 = \ 219 ['ast2700-gpio-test', 220 'ast2700-smc-test'] 221 222qtests_stm32l4x5 = \ 223 ['stm32l4x5_exti-test', 224 'stm32l4x5_syscfg-test', 225 'stm32l4x5_rcc-test', 226 'stm32l4x5_gpio-test', 227 'stm32l4x5_usart-test'] 228 229qtests_arm = \ 230 (config_all_devices.has_key('CONFIG_MPS2') ? ['sse-timer-test'] : []) + \ 231 (config_all_devices.has_key('CONFIG_CMSDK_APB_DUALTIMER') ? ['cmsdk-apb-dualtimer-test'] : []) + \ 232 (config_all_devices.has_key('CONFIG_CMSDK_APB_TIMER') ? ['cmsdk-apb-timer-test'] : []) + \ 233 (config_all_devices.has_key('CONFIG_STELLARIS') or 234 config_all_devices.has_key('CONFIG_MPS2') ? ['cmsdk-apb-watchdog-test'] : []) + \ 235 (config_all_devices.has_key('CONFIG_PFLASH_CFI02') and 236 config_all_devices.has_key('CONFIG_MUSICPAL') ? ['pflash-cfi02-test'] : []) + \ 237 (config_all_devices.has_key('CONFIG_ASPEED_SOC') ? qtests_aspeed : []) + \ 238 (config_all_devices.has_key('CONFIG_NPCM7XX') ? qtests_npcm7xx : []) + \ 239 (config_all_devices.has_key('CONFIG_GENERIC_LOADER') ? ['hexloader-test'] : []) + \ 240 (config_all_devices.has_key('CONFIG_TPM_TIS_I2C') ? ['tpm-tis-i2c-test'] : []) + \ 241 (config_all_devices.has_key('CONFIG_VEXPRESS') ? ['test-arm-mptimer'] : []) + \ 242 (config_all_devices.has_key('CONFIG_MICROBIT') ? ['microbit-test'] : []) + \ 243 (config_all_devices.has_key('CONFIG_STM32L4X5_SOC') ? qtests_stm32l4x5 : []) + \ 244 (config_all_devices.has_key('CONFIG_FSI_APB2OPB_ASPEED') ? ['aspeed_fsi-test'] : []) + \ 245 (config_all_devices.has_key('CONFIG_STM32L4X5_SOC') and 246 config_all_devices.has_key('CONFIG_DM163')? ['dm163-test'] : []) + \ 247 ['arm-cpu-features', 248 'boot-serial-test'] 249 250# TODO: once aarch64 TCG is fixed on ARM 32 bit host, make bios-tables-test unconditional 251qtests_aarch64 = \ 252 (cpu != 'arm' and unpack_edk2_blobs ? ['bios-tables-test'] : []) + \ 253 (config_all_accel.has_key('CONFIG_TCG') and config_all_devices.has_key('CONFIG_TPM_TIS_SYSBUS') ? \ 254 ['tpm-tis-device-test', 'tpm-tis-device-swtpm-test'] : []) + \ 255 (config_all_devices.has_key('CONFIG_XLNX_ZYNQMP_ARM') ? ['xlnx-can-test', 'fuzz-xlnx-dp-test'] : []) + \ 256 (config_all_devices.has_key('CONFIG_XLNX_VERSAL') ? ['xlnx-canfd-test', 'xlnx-versal-trng-test'] : []) + \ 257 (config_all_devices.has_key('CONFIG_RASPI') ? ['bcm2835-dma-test', 'bcm2835-i2c-test'] : []) + \ 258 (config_all_accel.has_key('CONFIG_TCG') and \ 259 config_all_devices.has_key('CONFIG_TPM_TIS_I2C') ? ['tpm-tis-i2c-test'] : []) + \ 260 (config_all_devices.has_key('CONFIG_ASPEED_SOC') ? qtests_aspeed64 : []) + \ 261 ['arm-cpu-features', 262 'numa-test', 263 'boot-serial-test', 264 'migration-test'] 265 266qtests_s390x = \ 267 qtests_filter + \ 268 ['boot-serial-test', 269 'drive_del-test', 270 'device-plug-test', 271 'virtio-ccw-test', 272 'cpu-plug-test', 273 'migration-test'] 274 275qtests_riscv32 = \ 276 (config_all_devices.has_key('CONFIG_SIFIVE_E_AON') ? ['sifive-e-aon-watchdog-test'] : []) 277 278qtests_riscv64 = ['riscv-csr-test'] + \ 279 (unpack_edk2_blobs ? ['bios-tables-test'] : []) 280 281qos_test_ss = ss.source_set() 282qos_test_ss.add( 283 'ac97-test.c', 284 'adm1272-test.c', 285 'adm1266-test.c', 286 'ds1338-test.c', 287 'e1000-test.c', 288 'eepro100-test.c', 289 'es1370-test.c', 290 'lsm303dlhc-mag-test.c', 291 'isl_pmbus_vr-test.c', 292 'max34451-test.c', 293 'megasas-test.c', 294 'ne2000-test.c', 295 'tulip-test.c', 296 'nvme-test.c', 297 'pca9552-test.c', 298 'pci-test.c', 299 'pcnet-test.c', 300 'sdhci-test.c', 301 'spapr-phb-test.c', 302 'tmp105-test.c', 303 'emc141x-test.c', 304 'usb-hcd-ohci-test.c', 305 'virtio-test.c', 306 'virtio-blk-test.c', 307 'virtio-net-test.c', 308 'virtio-rng-test.c', 309 'virtio-scsi-test.c', 310 'virtio-iommu-test.c', 311 'vmxnet3-test.c', 312 'igb-test.c', 313 'ufs-test.c', 314 'riscv-iommu-test.c', 315) 316 317if config_all_devices.has_key('CONFIG_VIRTIO_SERIAL') 318 qos_test_ss.add(files('virtio-serial-test.c')) 319endif 320if config_all_devices.has_key('CONFIG_IP_OCTAL_232') 321 qos_test_ss.add(files('ipoctal232-test.c')) 322endif 323 324if host_os != 'windows' 325 qos_test_ss.add(files('e1000e-test.c')) 326endif 327if have_virtfs 328 qos_test_ss.add(files('virtio-9p-test.c')) 329endif 330if have_vhost_user 331 qos_test_ss.add(files('vhost-user-test.c')) 332endif 333if have_tools and have_vhost_user_blk_server 334 qos_test_ss.add(files('vhost-user-blk-test.c')) 335endif 336 337tpmemu_files = ['tpm-emu.c', 'tpm-util.c', 'tpm-tests.c'] 338 339migration_files = [files( 340 'migration/bootfile.c', 341 'migration/framework.c', 342 'migration/migration-qmp.c', 343 'migration/migration-util.c', 344 'migration/compression-tests.c', 345 'migration/cpr-tests.c', 346 'migration/file-tests.c', 347 'migration/misc-tests.c', 348 'migration/precopy-tests.c', 349 'migration/postcopy-tests.c', 350)] 351 352migration_tls_files = [] 353if gnutls.found() 354 migration_tls_files = [files('migration/tls-tests.c', 355 '../unit/crypto-tls-psk-helpers.c'), gnutls] 356 357 if tasn1.found() 358 migration_tls_files += [files('../unit/crypto-tls-x509-helpers.c'), tasn1] 359 endif 360endif 361 362qtests = { 363 'bios-tables-test': [io, 'boot-sector.c', 'acpi-utils.c', 'tpm-emu.c'], 364 'cdrom-test': files('boot-sector.c'), 365 'dbus-vmstate-test': files('migration/migration-qmp.c', 366 'migration/migration-util.c') + dbus_vmstate1, 367 'erst-test': files('erst-test.c'), 368 'ivshmem-test': [rt, '../../contrib/ivshmem-server/ivshmem-server.c'], 369 'migration-test': migration_files + migration_tls_files, 370 'pxe-test': files('boot-sector.c'), 371 'pnv-xive2-test': files('pnv-xive2-common.c', 'pnv-xive2-flush-sync.c'), 372 'qos-test': [chardev, io, qos_test_ss.apply({}).sources()], 373 'tpm-crb-swtpm-test': [io, tpmemu_files], 374 'tpm-crb-test': [io, tpmemu_files], 375 'tpm-tis-swtpm-test': [io, tpmemu_files, 'tpm-tis-util.c'], 376 'tpm-tis-test': [io, tpmemu_files, 'tpm-tis-util.c'], 377 'tpm-tis-i2c-test': [io, tpmemu_files, 'qtest_aspeed.c'], 378 'tpm-tis-device-swtpm-test': [io, tpmemu_files, 'tpm-tis-util.c'], 379 'tpm-tis-device-test': [io, tpmemu_files, 'tpm-tis-util.c'], 380 'virtio-net-failover': migration_files, 381 'vmgenid-test': files('boot-sector.c', 'acpi-utils.c'), 382 'netdev-socket': files('netdev-socket.c', '../unit/socket-helpers.c'), 383 'aspeed_smc-test': files('aspeed-smc-utils.c', 'aspeed_smc-test.c'), 384 'ast2700-smc-test': files('aspeed-smc-utils.c', 'ast2700-smc-test.c'), 385} 386 387if vnc.found() 388 gvnc = dependency('gvnc-1.0', method: 'pkg-config', required: false) 389 if gvnc.found() 390 qtests += {'vnc-display-test': [gvnc, keymap_targets]} 391 qtests_generic += [ 'vnc-display-test' ] 392 endif 393endif 394 395if dbus_display 396 qtests += {'dbus-display-test': [dbus_display1, gio]} 397endif 398 399qtest_executables = {} 400foreach dir : target_dirs 401 if not dir.endswith('-softmmu') 402 continue 403 endif 404 405 target_base = dir.split('-')[0] 406 qtest_emulator = emulators['qemu-system-' + target_base] 407 target_qtests = get_variable('qtests_' + target_base, []) + qtests_generic 408 has_kvm = ('CONFIG_KVM' in config_all_accel and host_os == 'linux' 409 and cpu == target_base and fs.exists('/dev/kvm')) 410 411 test_deps = roms 412 qtest_env = environment() 413 if have_tools 414 qtest_env.set('QTEST_QEMU_IMG', './qemu-img') 415 test_deps += [qemu_img] 416 endif 417 qtest_env.set('G_TEST_DBUS_DAEMON', meson.project_source_root() / 'tests/dbus-vmstate-daemon.sh') 418 qtest_env.set('QTEST_QEMU_BINARY', './qemu-system-' + target_base) 419 if have_tools and have_vhost_user_blk_server 420 qtest_env.set('QTEST_QEMU_STORAGE_DAEMON_BINARY', './storage-daemon/qemu-storage-daemon') 421 test_deps += [qsd] 422 endif 423 424 qtest_env.set('PYTHON', python.full_path()) 425 426 foreach test : target_qtests 427 # Executables are shared across targets, declare them only the first time we 428 # encounter them 429 if not qtest_executables.has_key(test) 430 src = [test + '.c'] 431 deps = [qemuutil, qos] 432 if test in qtests 433 # use a sourceset to quickly separate sources and deps 434 test_ss = ss.source_set() 435 test_ss.add(qtests[test]) 436 src += test_ss.all_sources() 437 deps += test_ss.all_dependencies() 438 endif 439 qtest_executables += { 440 test: executable(test, src, dependencies: deps) 441 } 442 endif 443 444 test_args = ['--tap', '-k'] 445 446 if test == 'migration-test' and has_kvm 447 test_args += ['--full'] 448 endif 449 450 test('qtest-@0@/@1@'.format(target_base, test), 451 qtest_executables[test], 452 depends: [test_deps, qtest_emulator, emulator_modules], 453 env: qtest_env, 454 args: test_args, 455 protocol: 'tap', 456 timeout: slow_qtests.get(test, 60), 457 priority: slow_qtests.get(test, 60), 458 suite: ['qtest', 'qtest-' + target_base]) 459 endforeach 460endforeach 461