qemu-e2k/tests/vm
Eduardo Habkost f03868bd56 python: futurize -f libfuturize.fixes.fix_print_with_import
Change all Python code to use print as a function.

This is necessary for Python 3 compatibility.

Done using:

  $ py=$( (g grep -l -E '^#!.*python';find -name '*.py' -printf '%P\n';) | \
    sort -u | grep -v README.sh4)
  $ futurize -w -f libfuturize.fixes.fix_print_with_import $py

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20180608122952.2009-2-ehabkost@redhat.com>
[ehabkost: fixup tests/docker/docker.py]
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2018-06-08 14:39:24 -03:00
..
Makefile.include Makefile: Add rules to run vm tests 2017-09-22 14:51:42 +08:00
README docs: Add docs/devel/testing.rst 2018-02-08 09:23:07 +08:00
basevm.py python: futurize -f libfuturize.fixes.fix_print_with_import 2018-06-08 14:39:24 -03:00
freebsd tests: Add FreeBSD image 2017-09-22 14:51:35 +08:00
netbsd tests: Add NetBSD image 2017-09-22 14:51:42 +08:00
openbsd tests: Add OpenBSD image 2017-09-22 14:51:42 +08:00
ubuntu.i386 tests: Add ubuntu.i386 image 2017-09-22 10:46:25 +08:00

README

See docs/devel/testing.rst for help.