Hi, The main change from v1 was bumping avocado up a version instead of moving the skipUnless() decorators. I also dropped the configure --exists patch as that just broke the build.
The following still need review: - travis.yml: install python3 numpy and opencv libraries - tests/acceptance: bump avocado requirements to 76.0 - configure: detect and report genisoimage Alex Bennée (3): configure: detect and report genisoimage tests/acceptance: bump avocado requirements to 76.0 travis.yml: install python3 numpy and opencv libraries Laurent Vivier (1): travis: enable tools build on OS X Robert Foley (5): tests/vm: use $(PYTHON) consistently tests/vm: Debug mode shows ssh output. tests/vm: increased max timeout for vm boot. tests/vm: give wait_ssh() option to wait for root tests/vm: Added gen_cloud_init_iso() to basevm.py configure | 13 +++++++++ .travis.yml | 6 +++- tests/requirements.txt | 2 +- tests/vm/Makefile.include | 16 +++++++--- tests/vm/basevm.py | 61 +++++++++++++++++++++++++++++++++++++-- tests/vm/centos | 33 +-------------------- tests/vm/ubuntu.i386 | 37 +----------------------- 7 files changed, 91 insertions(+), 77 deletions(-) -- 2.20.1