xref: /openbmc/qemu/tests/qtest/meson.build (revision d1889b36098c79e2e6ac90faf3d0dc5ec0057677)
1# All QTests for now are POSIX-only, but the dependencies are
2# really in libqtest, not in the testcases themselves.
3if not config_host.has_key('CONFIG_POSIX')
4  subdir_done()
5endif
6
7slow_qtests = {
8  'ahci-test' : 60,
9  'bios-tables-test' : 120,
10  'boot-serial-test' : 60,
11  'migration-test' : 150,
12  'npcm7xx_pwm-test': 150,
13  'prom-env-test' : 60,
14  'pxe-test' : 60,
15  'qos-test' : 60,
16  'qom-test' : 300,
17  'test-hmp' : 120,
18}
19
20qtests_generic = \
21  (config_all_devices.has_key('CONFIG_MEGASAS_SCSI_PCI') ? ['fuzz-megasas-test'] : []) + \
22  (config_all_devices.has_key('CONFIG_LSI_SCSI_PCI') ? ['fuzz-lsi53c895a-test'] : []) + \
23  (config_all_devices.has_key('CONFIG_VIRTIO_SCSI') ? ['fuzz-virtio-scsi-test'] : []) + \
24  (config_all_devices.has_key('CONFIG_SB16') ? ['fuzz-sb16-test'] : []) + \
25  (config_all_devices.has_key('CONFIG_SDHCI_PCI') ? ['fuzz-sdcard-test'] : []) + \
26  [
27  'cdrom-test',
28  'device-introspect-test',
29  'machine-none-test',
30  'qmp-test',
31  'qmp-cmd-test',
32  'qom-test',
33  'test-hmp',
34  'qos-test',
35]
36if config_host.has_key('CONFIG_MODULES')
37  qtests_generic += [ 'modules-test' ]
38endif
39
40qtests_pci = \
41  (config_all_devices.has_key('CONFIG_VGA') ? ['display-vga-test'] : []) +                  \
42  (config_all_devices.has_key('CONFIG_IVSHMEM_DEVICE') ? ['ivshmem-test'] : [])
43
44qtests_i386 = \
45  (slirp.found() ? ['pxe-test', 'test-netfilter'] : []) +             \
46  (config_host.has_key('CONFIG_POSIX') ? ['test-filter-mirror'] : []) +                     \
47  (have_tools ? ['ahci-test'] : []) +                                                       \
48  (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) +           \
49  (config_all_devices.has_key('CONFIG_SGA') ? ['boot-serial-test'] : []) +                  \
50  (config_all_devices.has_key('CONFIG_RTL8139_PCI') ? ['test-filter-redirector'] : []) +    \
51  (config_all_devices.has_key('CONFIG_ISA_IPMI_KCS') ? ['ipmi-kcs-test'] : []) +            \
52  (config_host.has_key('CONFIG_LINUX') and                                                  \
53   config_all_devices.has_key('CONFIG_ISA_IPMI_BT') ? ['ipmi-bt-test'] : []) +              \
54  (config_all_devices.has_key('CONFIG_WDT_IB700') ? ['wdt_ib700-test'] : []) +              \
55  (config_all_devices.has_key('CONFIG_PVPANIC_ISA') ? ['pvpanic-test'] : []) +              \
56  (config_all_devices.has_key('CONFIG_PVPANIC_PCI') ? ['pvpanic-pci-test'] : []) +          \
57  (config_all_devices.has_key('CONFIG_HDA') ? ['intel-hda-test'] : []) +                    \
58  (config_all_devices.has_key('CONFIG_I82801B11') ? ['i82801b11-test'] : []) +             \
59  (config_all_devices.has_key('CONFIG_IOH3420') ? ['ioh3420-test'] : []) +                  \
60  (config_all_devices.has_key('CONFIG_LPC_ICH9') ? ['lpc-ich9-test'] : []) +              \
61  (config_all_devices.has_key('CONFIG_USB_UHCI') ? ['usb-hcd-uhci-test'] : []) +            \
62  (config_all_devices.has_key('CONFIG_USB_UHCI') and                                        \
63   config_all_devices.has_key('CONFIG_USB_EHCI') ? ['usb-hcd-ehci-test'] : []) +            \
64  (config_all_devices.has_key('CONFIG_USB_XHCI_NEC') ? ['usb-hcd-xhci-test'] : []) +        \
65  (config_all_devices.has_key('CONFIG_TPM_CRB') ? ['tpm-crb-test'] : []) +                  \
66  (config_all_devices.has_key('CONFIG_TPM_CRB') ? ['tpm-crb-swtpm-test'] : []) +            \
67  (config_all_devices.has_key('CONFIG_TPM_TIS_ISA') ? ['tpm-tis-test'] : []) +              \
68  (config_all_devices.has_key('CONFIG_TPM_TIS_ISA') ? ['tpm-tis-swtpm-test'] : []) +        \
69  (config_all_devices.has_key('CONFIG_RTL8139_PCI') ? ['rtl8139-test'] : []) +              \
70  (config_all_devices.has_key('CONFIG_E1000E_PCI_EXPRESS') ? ['fuzz-e1000e-test'] : []) +   \
71  (config_all_devices.has_key('CONFIG_ESP_PCI') ? ['am53c974-test'] : []) +                 \
72  (unpack_edk2_blobs ? ['bios-tables-test'] : []) +                                         \
73  qtests_pci +                                                                              \
74  ['fdc-test',
75   'ide-test',
76   'hd-geo-test',
77   'boot-order-test',
78   'rtc-test',
79   'i440fx-test',
80   'fw_cfg-test',
81   'device-plug-test',
82   'drive_del-test',
83   'tco-test',
84   'cpu-plug-test',
85   'q35-test',
86   'vmgenid-test',
87   'migration-test',
88   'test-x86-cpuid-compat',
89   'numa-test']
90
91dbus_daemon = find_program('dbus-daemon', required: false)
92if dbus_daemon.found() and config_host.has_key('GDBUS_CODEGEN')
93  # Temporarily disabled due to Patchew failures:
94  #qtests_i386 += ['dbus-vmstate-test']
95  dbus_vmstate1 = custom_target('dbus-vmstate description',
96                                output: ['dbus-vmstate1.h', 'dbus-vmstate1.c'],
97                                input: files('dbus-vmstate1.xml'),
98                                command: [config_host['GDBUS_CODEGEN'],
99                                          '@INPUT@',
100                                          '--interface-prefix', 'org.qemu',
101                                          '--generate-c-code', '@BASENAME@']).to_list()
102else
103  dbus_vmstate1 = []
104endif
105
106qtests_x86_64 = qtests_i386
107
108qtests_alpha = [ 'boot-serial-test' ] +                                                      \
109  (config_all_devices.has_key('CONFIG_VGA') ? ['display-vga-test'] : [])
110
111qtests_avr = [ 'boot-serial-test' ]
112
113qtests_hppa = [ 'boot-serial-test' ] +                                                       \
114  (config_all_devices.has_key('CONFIG_VGA') ? ['display-vga-test'] : [])
115
116qtests_m68k = [ 'boot-serial-test' ]
117qtests_microblaze = [ 'boot-serial-test' ]
118qtests_microblazeel = qtests_microblaze
119
120qtests_mips = \
121  (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) +            \
122  (config_all_devices.has_key('CONFIG_VGA') ? ['display-vga-test'] : [])
123
124qtests_mips64 = \
125  (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) +            \
126  (config_all_devices.has_key('CONFIG_VGA') ? ['display-vga-test'] : [])
127
128qtests_mips64el = \
129  (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) +            \
130  (config_all_devices.has_key('CONFIG_VGA') ? ['display-vga-test'] : [])
131
132qtests_ppc = \
133  (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) +            \
134  (config_all_devices.has_key('CONFIG_M48T59') ? ['m48t59-test'] : []) +                     \
135  ['boot-order-test', 'prom-env-test', 'boot-serial-test']                 \
136
137qtests_ppc64 = \
138  (config_all_devices.has_key('CONFIG_PSERIES') ? ['device-plug-test'] : []) +               \
139  (config_all_devices.has_key('CONFIG_POWERNV') ? ['pnv-xscom-test'] : []) +                 \
140  (config_all_devices.has_key('CONFIG_PSERIES') ? ['rtas-test'] : []) +                      \
141  (slirp.found() ? ['pxe-test', 'test-netfilter'] : []) +              \
142  (config_all_devices.has_key('CONFIG_USB_UHCI') ? ['usb-hcd-uhci-test'] : []) +             \
143  (config_all_devices.has_key('CONFIG_USB_XHCI_NEC') ? ['usb-hcd-xhci-test'] : []) +         \
144  (config_host.has_key('CONFIG_POSIX') ? ['test-filter-mirror'] : []) +                      \
145  qtests_pci + ['migration-test', 'numa-test', 'cpu-plug-test', 'drive_del-test']
146
147qtests_sh4 = (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : [])
148qtests_sh4eb = (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : [])
149
150qtests_sparc = ['prom-env-test', 'm48t59-test', 'boot-serial-test']
151
152qtests_sparc64 = \
153  (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) +            \
154  ['prom-env-test', 'boot-serial-test']
155
156qtests_npcm7xx = \
157  ['npcm7xx_adc-test',
158   'npcm7xx_gpio-test',
159   'npcm7xx_pwm-test',
160   'npcm7xx_rng-test',
161   'npcm7xx_smbus-test',
162   'npcm7xx_timer-test',
163   'npcm7xx_watchdog_timer-test'] + \
164   (slirp.found() ? ['npcm7xx_emc-test'] : [])
165qtests_aspeed = \
166  ['aspeed_hace-test',
167   'aspeed_smc-test']
168qtests_arm = \
169  (config_all_devices.has_key('CONFIG_MPS2') ? ['sse-timer-test'] : []) + \
170  (config_all_devices.has_key('CONFIG_CMSDK_APB_DUALTIMER') ? ['cmsdk-apb-dualtimer-test'] : []) + \
171  (config_all_devices.has_key('CONFIG_CMSDK_APB_TIMER') ? ['cmsdk-apb-timer-test'] : []) + \
172  (config_all_devices.has_key('CONFIG_CMSDK_APB_WATCHDOG') ? ['cmsdk-apb-watchdog-test'] : []) + \
173  (config_all_devices.has_key('CONFIG_PFLASH_CFI02') ? ['pflash-cfi02-test'] : []) +         \
174  (config_all_devices.has_key('CONFIG_ASPEED_SOC') ? qtests_aspeed : []) + \
175  (config_all_devices.has_key('CONFIG_NPCM7XX') ? qtests_npcm7xx : []) + \
176  ['arm-cpu-features',
177   'microbit-test',
178   'test-arm-mptimer',
179   'boot-serial-test',
180   'hexloader-test']
181
182# TODO: once aarch64 TCG is fixed on ARM 32 bit host, make bios-tables-test unconditional
183qtests_aarch64 = \
184  (cpu != 'arm' and unpack_edk2_blobs ? ['bios-tables-test'] : []) +                            \
185  (config_all_devices.has_key('CONFIG_TPM_TIS_SYSBUS') ? ['tpm-tis-device-test'] : []) +        \
186  (config_all_devices.has_key('CONFIG_TPM_TIS_SYSBUS') ? ['tpm-tis-device-swtpm-test'] : []) +  \
187  ['arm-cpu-features',
188   'numa-test',
189   'boot-serial-test',
190   'xlnx-can-test',
191   'fuzz-xlnx-dp-test',
192   'migration-test']
193
194qtests_s390x = \
195  (slirp.found() ? ['pxe-test', 'test-netfilter'] : []) +                 \
196  (config_host.has_key('CONFIG_POSIX') ? ['test-filter-mirror'] : []) +                         \
197  (config_host.has_key('CONFIG_POSIX') ? ['test-filter-redirector'] : []) +                     \
198  ['boot-serial-test',
199   'drive_del-test',
200   'device-plug-test',
201   'virtio-ccw-test',
202   'cpu-plug-test',
203   'migration-test']
204
205qos_test_ss = ss.source_set()
206qos_test_ss.add(
207  'ac97-test.c',
208  'adm1272-test.c',
209  'ds1338-test.c',
210  'e1000-test.c',
211  'e1000e-test.c',
212  'eepro100-test.c',
213  'es1370-test.c',
214  'ipoctal232-test.c',
215  'max34451-test.c',
216  'megasas-test.c',
217  'ne2000-test.c',
218  'tulip-test.c',
219  'nvme-test.c',
220  'pca9552-test.c',
221  'pci-test.c',
222  'pcnet-test.c',
223  'sdhci-test.c',
224  'spapr-phb-test.c',
225  'tmp105-test.c',
226  'emc141x-test.c',
227  'usb-hcd-ohci-test.c',
228  'virtio-test.c',
229  'virtio-blk-test.c',
230  'virtio-net-test.c',
231  'virtio-rng-test.c',
232  'virtio-scsi-test.c',
233  'virtio-serial-test.c',
234  'vmxnet3-test.c',
235)
236if have_virtfs
237  qos_test_ss.add(files('virtio-9p-test.c'))
238endif
239qos_test_ss.add(when: 'CONFIG_VHOST_USER', if_true: files('vhost-user-test.c'))
240if have_tools and have_vhost_user_blk_server
241  qos_test_ss.add(files('vhost-user-blk-test.c'))
242endif
243
244tpmemu_files = ['tpm-emu.c', 'tpm-util.c', 'tpm-tests.c']
245
246qtests = {
247  'bios-tables-test': [io, 'boot-sector.c', 'acpi-utils.c', 'tpm-emu.c'],
248  'cdrom-test': files('boot-sector.c'),
249  'dbus-vmstate-test': files('migration-helpers.c') + dbus_vmstate1,
250  'ivshmem-test': [rt, '../../contrib/ivshmem-server/ivshmem-server.c'],
251  'migration-test': files('migration-helpers.c'),
252  'pxe-test': files('boot-sector.c'),
253  'qos-test': [chardev, io, qos_test_ss.apply(config_host, strict: false).sources()],
254  'tpm-crb-swtpm-test': [io, tpmemu_files],
255  'tpm-crb-test': [io, tpmemu_files],
256  'tpm-tis-swtpm-test': [io, tpmemu_files, 'tpm-tis-util.c'],
257  'tpm-tis-test': [io, tpmemu_files, 'tpm-tis-util.c'],
258  'tpm-tis-device-swtpm-test': [io, tpmemu_files, 'tpm-tis-util.c'],
259  'tpm-tis-device-test': [io, tpmemu_files, 'tpm-tis-util.c'],
260  'vmgenid-test': files('boot-sector.c', 'acpi-utils.c'),
261}
262
263qtest_executables = {}
264foreach dir : target_dirs
265  if not dir.endswith('-softmmu')
266    continue
267  endif
268
269  target_base = dir.split('-')[0]
270  qtest_emulator = emulators['qemu-system-' + target_base]
271  target_qtests = get_variable('qtests_' + target_base, []) + qtests_generic
272
273  test_deps = roms
274  qtest_env = environment()
275  if have_tools
276    qtest_env.set('QTEST_QEMU_IMG', './qemu-img')
277    test_deps += [qemu_img]
278  endif
279  qtest_env.set('G_TEST_DBUS_DAEMON', meson.project_source_root() / 'tests/dbus-vmstate-daemon.sh')
280  qtest_env.set('QTEST_QEMU_BINARY', './qemu-system-' + target_base)
281  if have_tools and have_vhost_user_blk_server
282    qtest_env.set('QTEST_QEMU_STORAGE_DAEMON_BINARY', './storage-daemon/qemu-storage-daemon')
283    test_deps += [qsd]
284  endif
285
286  foreach test : target_qtests
287    # Executables are shared across targets, declare them only the first time we
288    # encounter them
289    if not qtest_executables.has_key(test)
290      src = [test + '.c']
291      deps = [qemuutil, qos]
292      if test in qtests
293        # use a sourceset to quickly separate sources and deps
294        test_ss = ss.source_set()
295        test_ss.add(qtests[test])
296        src += test_ss.all_sources()
297        deps += test_ss.all_dependencies()
298      endif
299      qtest_executables += {
300        test: executable(test, src, dependencies: deps)
301      }
302    endif
303    # FIXME: missing dependency on the emulator binary and qemu-img
304    test('qtest-@0@/@1@'.format(target_base, test),
305         qtest_executables[test],
306         depends: [test_deps, qtest_emulator],
307         env: qtest_env,
308         args: ['--tap', '-k'],
309         protocol: 'tap',
310         timeout: slow_qtests.get(test, 30),
311         priority: slow_qtests.get(test, 30),
312         suite: ['qtest', 'qtest-' + target_base])
313  endforeach
314endforeach
315