Message ID | 20250227090853.1632280-5-l.goehrs@pengutronix.de |
---|---|
State | New |
Headers | show |
Series | fetch2/github_release_artifact: fetcher for (private) release artifacts | expand |
diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py index 6b23bae5b..eed685ffd 100644 --- a/lib/bb/tests/fetch.py +++ b/lib/bb/tests/fetch.py @@ -1606,7 +1606,8 @@ class FetchCheckStatusTest(FetcherTest): "https://downloads.yoctoproject.org/releases/opkg/opkg-0.3.0.tar.gz", "ftp://sourceware.org/pub/libffi/libffi-1.20.tar.gz", # GitHub releases are hosted on Amazon S3, which doesn't support HEAD - "https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz" + "https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz", + "ghra://github.com/kergoth/tslib/1.1/tslib-1.1.tar.xz" ] @skipIfNoNetwork()
This re-uses the same URL that is already used by the download test of the same fetcher. Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de> --- lib/bb/tests/fetch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)