diff options
Diffstat (limited to 'meta/lib/oeqa/sdk/buildtools-cases/https.py')
-rw-r--r-- | meta/lib/oeqa/sdk/buildtools-cases/https.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/sdk/buildtools-cases/https.py b/meta/lib/oeqa/sdk/buildtools-cases/https.py index 134879aab3..35e549eb40 100644 --- a/meta/lib/oeqa/sdk/buildtools-cases/https.py +++ b/meta/lib/oeqa/sdk/buildtools-cases/https.py | |||
@@ -13,8 +13,8 @@ class HTTPTests(OESDKTestCase): | |||
13 | """ | 13 | """ |
14 | 14 | ||
15 | def test_wget(self): | 15 | def test_wget(self): |
16 | self._run('env -i wget --debug --output-document /dev/null https://www.example.com') | 16 | self._run('env -i wget --debug --output-document /dev/null https://yoctoproject.org/connectivity.html') |
17 | 17 | ||
18 | def test_python(self): | 18 | def test_python(self): |
19 | # urlopen() returns a file-like object on success and throws an exception otherwise | 19 | # urlopen() returns a file-like object on success and throws an exception otherwise |
20 | self._run('python3 -c \'import urllib.request; urllib.request.urlopen("https://www.example.com/")\'') | 20 | self._run('python3 -c \'import urllib.request; urllib.request.urlopen("https://yoctoproject.org/connectivity.html")\'') |