Acceptance tests: add make targets to download images
commit4ec49f0fcd6eeaf93885f7c1a4e1ac48362ecf23
authorCleber Rosa <crosa@redhat.com>
Tue, 17 Mar 2020 14:16:54 +0000 (17 10:16 -0400)
committerCleber Rosa <crosa@redhat.com>
Tue, 17 Mar 2020 23:10:20 +0000 (17 19:10 -0400)
tree4f0158915e6fbbce30b87be6ee42b05aa8063750
parent6fd52d671d2200226a4d6af017e0a1462c64cfbc
Acceptance tests: add make targets to download images

The newly introduced "boot linux" tests make use of Linux images that
are larger than usual, and fall into what Avocado calls "vmimages",
and can be referred to by name, version and architecture.

The images can be downloaded automatically during the test. But, to
make for more reliable test results, this introduces a target that
will download the vmimages for the architectures that have been
configured and are available for the currently used distro (Fedora
31).

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
[Cleber: implemented suggestions by Alex, download message, check-venv target]
Message-Id: <20200317141654.29355-4-crosa@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>
tests/Makefile.include