mbox series

[PULL,0/9] testing updates (tests/vm and acceptance tweaks)

Message ID 20200304100154.14822-1-alex.bennee@linaro.org
Headers show
Series testing updates (tests/vm and acceptance tweaks) | expand

Message

Alex Bennée March 4, 2020, 10:01 a.m. UTC
The following changes since commit abfa865014ab17941eb1fcb7cc2fa293a25843c4:

  Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20200303' into staging (2020-03-03 15:20:12 +0000)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-testing-040320-1

for you to fetch changes up to c2e09ad8cdf4705a91eb6c20a9f3d4d90a0f46aa:

  travis.yml: install python3 numpy and opencv libraries (2020-03-04 09:57:33 +0000)

----------------------------------------------------------------
Testing updates

  - some clean-ups for tests/vm
  - enable tools build for MacOSX
  - bump avocado to a newer version
  - bump travis env for avocado

----------------------------------------------------------------
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

Comments

Peter Maydell March 5, 2020, 2:40 p.m. UTC | #1
On Wed, 4 Mar 2020 at 10:01, Alex Bennée <alex.bennee@linaro.org> wrote:
>

> The following changes since commit abfa865014ab17941eb1fcb7cc2fa293a25843c4:

>

>   Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20200303' into staging (2020-03-03 15:20:12 +0000)

>

> are available in the Git repository at:

>

>   https://github.com/stsquad/qemu.git tags/pull-testing-040320-1

>

> for you to fetch changes up to c2e09ad8cdf4705a91eb6c20a9f3d4d90a0f46aa:

>

>   travis.yml: install python3 numpy and opencv libraries (2020-03-04 09:57:33 +0000)

>

> ----------------------------------------------------------------

> Testing updates

>

>   - some clean-ups for tests/vm

>   - enable tools build for MacOSX

>   - bump avocado to a newer version

>   - bump travis env for avocado

>



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM