qemu-e2k/tests/vm
Marc-André Lureau e8f3bd71d8 meson: convert po/
Meson warns if xgettext is not found.  In the future we may want to add
a required argument to i18n.gettext(); in the meanwhile, I am adding a
--enable-gettext/--disable-gettext option and feature detection in
configure.  This preserves QEMU's default behavior of detecting system
features, without any warning, if neither --enable-* nor --disable-*
is requested.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-08-21 06:30:45 -04:00
..
Makefile.include tests/vm: check for Python YAML parser in the Makefile 2020-08-21 06:18:35 -04:00
README docs: Add docs/devel/testing.rst 2018-02-08 09:23:07 +08:00
aarch64vm.py tests/vm: switch from optsparse to argparse 2020-07-11 15:53:00 +01:00
basevm.py tests/vm: add shutdown timeout in basevm.py 2020-07-27 09:41:58 +01:00
centos tests/vm: Added gen_cloud_init_iso() to basevm.py 2020-03-04 09:57:29 +00:00
centos-8-aarch64.ks tests/vm: Added a new script for centos.aarch64. 2020-07-11 15:52:59 +01:00
centos.aarch64 tests/vm: Added a new script for centos.aarch64. 2020-07-11 15:52:59 +01:00
conf_example_aarch64.yml tests/vm: Added configuration file support 2020-07-11 15:52:59 +01:00
conf_example_x86.yml tests/vm: Added configuration file support 2020-07-11 15:52:59 +01:00
fedora tests/vm: change scripts to use self._config 2020-07-11 15:52:59 +01:00
freebsd meson: convert po/ 2020-08-21 06:30:45 -04:00
netbsd meson: convert po/ 2020-08-21 06:30:45 -04:00
openbsd meson: convert po/ 2020-08-21 06:30:45 -04:00
ubuntu.aarch64 tests/vm: Added a new script for ubuntu.aarch64. 2020-07-11 15:52:59 +01:00
ubuntu.i386 tests/vm: Add common Ubuntu python module 2020-07-11 15:52:59 +01:00
ubuntuvm.py tests/vm: Add common Ubuntu python module 2020-07-11 15:52:59 +01:00

README

See docs/devel/testing.rst for help.