summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/fetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/fetch.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/fetch.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/fetch.py b/meta/lib/oeqa/selftest/cases/fetch.py
index 4acc8cdcc8..c5de4fd401 100644
--- a/meta/lib/oeqa/selftest/cases/fetch.py
+++ b/meta/lib/oeqa/selftest/cases/fetch.py
@@ -1,10 +1,8 @@
1import oe.path 1import oe.path
2from oeqa.selftest.case import OESelftestTestCase 2from oeqa.selftest.case import OESelftestTestCase
3from oeqa.utils.commands import bitbake 3from oeqa.utils.commands import bitbake
4from oeqa.core.decorator.oeid import OETestID
5 4
6class Fetch(OESelftestTestCase): 5class Fetch(OESelftestTestCase):
7 @OETestID(1058)
8 def test_git_mirrors(self): 6 def test_git_mirrors(self):
9 """ 7 """
10 Verify that the git fetcher will fall back to the HTTP mirrors. The 8 Verify that the git fetcher will fall back to the HTTP mirrors. The