summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/fetch.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-22 15:44:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-24 09:08:14 +0100
commit36b3acaea708ecfaf4ac05444e9d9087b795ff28 (patch)
tree6d2d991c99482e89325baec696cdeae6a8ade6ed /bitbake/lib/bb/tests/fetch.py
parent663470c94a984a47f0ccacf0ede0a079b728ae1c (diff)
downloadpoky-36b3acaea708ecfaf4ac05444e9d9087b795ff28.tar.gz
bitbake: fetch2: Drop cups.org from wget status checks
Its becomming clear the upstream server doesn't like this, drop these two urls from the test, not sure we need them here anyway. (Bitbake rev: ab2ef942dc21f9639793c972f2e546edf9444783) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/tests/fetch.py')
-rw-r--r--bitbake/lib/bb/tests/fetch.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index 29c96b2b45..61b80bedee 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1262,9 +1262,7 @@ class FetchLatestVersionTest(FetcherTest):
1262 1262
1263 1263
1264class FetchCheckStatusTest(FetcherTest): 1264class FetchCheckStatusTest(FetcherTest):
1265 test_wget_uris = ["http://www.cups.org/software/1.7.2/cups-1.7.2-source.tar.bz2", 1265 test_wget_uris = ["http://downloads.yoctoproject.org/releases/sato/sato-engine-0.1.tar.gz",
1266 "http://www.cups.org/",
1267 "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.1.tar.gz",
1268 "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.2.tar.gz", 1266 "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.2.tar.gz",
1269 "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.3.tar.gz", 1267 "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.3.tar.gz",
1270 "https://yoctoproject.org/", 1268 "https://yoctoproject.org/",