diff options
| author | Thomas Huth <thuth@redhat.com> | 2024-10-07 10:36:49 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2024-10-07 12:26:14 +0200 |
| commit | 67d76bde994799c8a01ea7ad248b4d963aeb4db1 (patch) | |
| tree | dba7c230eb82d4cbcf708cd6c462e9ecc0ba65c8 /tests/functional/test_ppc64_e500.py | |
| parent | 1d94eafdb528f8ca763e10269e734f3bc2a4825b (diff) | |
| download | focaccia-qemu-67d76bde994799c8a01ea7ad248b4d963aeb4db1.tar.gz focaccia-qemu-67d76bde994799c8a01ea7ad248b4d963aeb4db1.zip | |
tests/functional: Switch back to the gitlab URLs for the advent calendar tests
Shortly after we switched to the original URLs on qemu-advent-calendar.org, the server went offline - looks like we are better off using the gitlab URLs again instead. Message-ID: <20241007083649.204886-1-thuth@redhat.com> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/functional/test_ppc64_e500.py')
| -rwxr-xr-x | tests/functional/test_ppc64_e500.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/test_ppc64_e500.py b/tests/functional/test_ppc64_e500.py index 3558ae0c8c..f1af92373e 100755 --- a/tests/functional/test_ppc64_e500.py +++ b/tests/functional/test_ppc64_e500.py @@ -10,7 +10,7 @@ from qemu_test.utils import archive_extract class E500Test(LinuxKernelTest): ASSET_DAY19 = Asset( - 'https://www.qemu-advent-calendar.org/2018/download/day19.tar.xz', + 'https://qemu-advcal.gitlab.io/qac-best-of-multiarch/download/day19.tar.xz', '20b1bb5a8488c664defbb5d283addc91a05335a936c63b3f5ff7eee74b725755') def test_ppc64_e500(self): |