Acceptance Tests: restore downloading of VM images
commit93fca0f2416fb5a26e06c43e3a1adec74ece74da
authorCleber Rosa <crosa@redhat.com>
Thu, 25 Feb 2021 23:21:21 +0000 (25 18:21 -0500)
committerThomas Huth <thuth@redhat.com>
Tue, 9 Mar 2021 10:26:31 +0000 (9 11:26 +0100)
tree625947a6402f612b5bc5c2e55cf3e5f198966349
parentafdbd38223cc1aafdac5cc29074e8bd5508a80df
Acceptance Tests: restore downloading of VM images

The "get-vm-images" target defined in tests/Makefile.include is a
prerequisite for "check-acceptance", so that those files get
downloaded before the Avocado job even starts.

It looks like on c401c058a1c a TARGETS variable was introduced with a
different content than it was previously coming from the main
Makefile.  From that point on, the "get-vm-images" succeed without
doing anything because there was no matching architecture to download.

This restores the download of images (that match targets to be built)
before the job starts, eliminating downloads and their associated
failures during the tests.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-Id: <20210225232122.1254879-2-crosa@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/Makefile.include