summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-13 04:10:14 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-17 21:53:07 +0000
commit4a14c922d8fba6c5d2d3fd612c9f64bd38b39afc (patch)
tree47b495df2e4ed60305478569dd08e261c8d75d72 /bitbake
parentcbc25057f1b4c9be4dff300817478500c37dc48c (diff)
downloadpoky-4a14c922d8fba6c5d2d3fd612c9f64bd38b39afc.tar.gz
bitbake: tests/fetch: Drop gnu urls from wget connectivity test
These urls are no longer adding much to the test coverage but the intermittent network issues connecting to them are painful. Drop the urls. (Bitbake rev: e6d75e0beb95aa0cdf82bbc0a6b767c7f6cfcfc0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit bdf5739c5d831dc97a7d81568f94a0953c71017f) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/tests/fetch.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index 6ef5183bc4..44dc0945a0 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1290,9 +1290,6 @@ class FetchCheckStatusTest(FetcherTest):
1290 "http://downloads.yoctoproject.org/releases/opkg/opkg-0.1.7.tar.gz", 1290 "http://downloads.yoctoproject.org/releases/opkg/opkg-0.1.7.tar.gz",
1291 "http://downloads.yoctoproject.org/releases/opkg/opkg-0.3.0.tar.gz", 1291 "http://downloads.yoctoproject.org/releases/opkg/opkg-0.3.0.tar.gz",
1292 "ftp://sourceware.org/pub/libffi/libffi-1.20.tar.gz", 1292 "ftp://sourceware.org/pub/libffi/libffi-1.20.tar.gz",
1293 "http://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz",
1294 "https://ftp.gnu.org/gnu/chess/gnuchess-5.08.tar.gz",
1295 "https://ftp.gnu.org/gnu/gmp/gmp-4.0.tar.gz",
1296 # GitHub releases are hosted on Amazon S3, which doesn't support HEAD 1293 # GitHub releases are hosted on Amazon S3, which doesn't support HEAD
1297 "https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz" 1294 "https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz"
1298 ] 1295 ]