]> git.proxmox.com Git - mirror_qemu.git/commit
BootLinuxSshTest: Only run the tests when explicitly requested
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 18 Sep 2019 12:27:48 +0000 (14:27 +0200)
committerCleber Rosa <crosa@redhat.com>
Thu, 19 Sep 2019 13:53:39 +0000 (09:53 -0400)
commit471c97a6938bda16f6e10e33437d96241482f580
tree9a867bc5e16519a2cb6401ea702b4e7609265428
parentab486ea9f4dc8aa2ecf04afb767da62ed87adfc8
BootLinuxSshTest: Only run the tests when explicitly requested

Currently the Avocado framework does not distinct the time spent
downloading assets vs. the time spent running a test. With big
assets (like a full VM image) the tests likely fail.

This is a limitation known by the Avocado team.
Until this issue get fixed, do not run this tests automatically.

Tests can still be run setting the AVOCADO_TIMEOUT_EXPECTED
environment variable.

Reported-by: Gerd Hoffmann <kraxel@redhat.com>
Reported-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20190918122748.2144-1-philmd@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>
tests/acceptance/linux_ssh_mips_malta.py