summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-20 14:37:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-05 17:36:26 +0000
commitb41d8d65d597ae754950e6ae1ad982d9d26db362 (patch)
tree1c7b3ea350c5436f7b6d833f6accbcabf170bda3 /bitbake
parent0fb31e3238eac64ff3313c13bd157a1f7ce65133 (diff)
downloadpoky-b41d8d65d597ae754950e6ae1ad982d9d26db362.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: 92a16b425fee5f0c46122eb126ecd8b381cf1ec5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit bdf5739c5d831dc97a7d81568f94a0953c71017f) Signed-off-by: Anuj Mittal <anuj.mittal@intel.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 a85ebdf425..34f3a4f6a9 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1378,9 +1378,6 @@ class FetchCheckStatusTest(FetcherTest):
1378 "https://downloads.yoctoproject.org/releases/opkg/opkg-0.1.7.tar.gz", 1378 "https://downloads.yoctoproject.org/releases/opkg/opkg-0.1.7.tar.gz",
1379 "https://downloads.yoctoproject.org/releases/opkg/opkg-0.3.0.tar.gz", 1379 "https://downloads.yoctoproject.org/releases/opkg/opkg-0.3.0.tar.gz",
1380 "ftp://sourceware.org/pub/libffi/libffi-1.20.tar.gz", 1380 "ftp://sourceware.org/pub/libffi/libffi-1.20.tar.gz",
1381 "http://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz",
1382 "https://ftp.gnu.org/gnu/chess/gnuchess-5.08.tar.gz",
1383 "https://ftp.gnu.org/gnu/gmp/gmp-4.0.tar.gz",
1384 # GitHub releases are hosted on Amazon S3, which doesn't support HEAD 1381 # GitHub releases are hosted on Amazon S3, which doesn't support HEAD
1385 "https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz" 1382 "https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz"
1386 ] 1383 ]