瀏覽代碼

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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie 3 年之前
父節點
當前提交
ab2ef942dc
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      lib/bb/tests/fetch.py

+ 1 - 3
lib/bb/tests/fetch.py

@@ -1262,9 +1262,7 @@ class FetchLatestVersionTest(FetcherTest):
 
 
 class FetchCheckStatusTest(FetcherTest):
-    test_wget_uris = ["http://www.cups.org/software/1.7.2/cups-1.7.2-source.tar.bz2",
-                      "http://www.cups.org/",
-                      "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.1.tar.gz",
+    test_wget_uris = ["http://downloads.yoctoproject.org/releases/sato/sato-engine-0.1.tar.gz",
                       "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.2.tar.gz",
                       "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.3.tar.gz",
                       "https://yoctoproject.org/",