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 4525e3d758..98f27e5994 100644 --- a/meta/lib/oeqa/sdk/buildtools-cases/https.py +++ b/meta/lib/oeqa/sdk/buildtools-cases/https.py | |||
@@ -15,8 +15,8 @@ class HTTPTests(OESDKTestCase): | |||
15 | """ | 15 | """ |
16 | 16 | ||
17 | def test_wget(self): | 17 | def test_wget(self): |
18 | self._run('env -i wget --debug --output-document /dev/null https://yoctoproject.org/connectivity.html') | 18 | self._run('env -i wget --debug --output-document /dev/null https://www.yoctoproject.org/connectivity.html') |
19 | 19 | ||
20 | def test_python(self): | 20 | def test_python(self): |
21 | # urlopen() returns a file-like object on success and throws an exception otherwise | 21 | # urlopen() returns a file-like object on success and throws an exception otherwise |
22 | self._run('python3 -c \'import urllib.request; urllib.request.urlopen("https://yoctoproject.org/connectivity.html")\'') | 22 | self._run('python3 -c \'import urllib.request; urllib.request.urlopen("https://www.yoctoproject.org/connectivity.html")\'') |