qemu/tests/vm
Wainer dos Santos Moschetta 3ad3e36e14 tests/vm: Port basevm to Python 3
Fixed tests/vm/basevm.py to run with Python 3:
 - hashlib.sha1() requires an binary encoded object.
 - uses floor division ("//") (PEP 238).
 - decode bytes to unicode when needed.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190329210804.22121-3-wainersm@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
2019-06-12 17:53:22 +01:00
..
basevm.py tests/vm: Port basevm to Python 3 2019-06-12 17:53:22 +01:00
centos tests/vm: Be verbose while extracting compressed images 2019-02-11 12:47:08 +00:00
freebsd tests/vm: Be verbose while extracting compressed images 2019-02-11 12:47:08 +00:00
Makefile.include tests/vm: Use python configured on build 2019-06-12 17:53:22 +01:00
netbsd tests/vm: Be verbose while extracting compressed images 2019-02-11 12:47:08 +00:00
openbsd tests/vm: Be verbose while extracting compressed images 2019-02-11 12:47:08 +00:00
README docs: Add docs/devel/testing.rst 2018-02-08 09:23:07 +08:00
ubuntu.i386 tests/vm: add --build-target option 2019-02-08 17:32:35 +00:00

See docs/devel/testing.rst for help.