summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/lib/oeqa/selftest/cases/meta_oe_sources.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/lib/oeqa/selftest/cases/meta_oe_sources.py b/meta-oe/lib/oeqa/selftest/cases/meta_oe_sources.py
index b17c7950c7..c5a9a27946 100644
--- a/meta-oe/lib/oeqa/selftest/cases/meta_oe_sources.py
+++ b/meta-oe/lib/oeqa/selftest/cases/meta_oe_sources.py
@@ -6,6 +6,7 @@ import tempfile
6from oeqa.selftest.case import OESelftestTestCase 6from oeqa.selftest.case import OESelftestTestCase
7from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars 7from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
8 8
9
9class MetaOESourceMirroring(OESelftestTestCase): 10class MetaOESourceMirroring(OESelftestTestCase):
10 # Can we download everything from the OpenEmbedded Sources Mirror over http only 11 # Can we download everything from the OpenEmbedded Sources Mirror over http only
11 def test_oe_source_mirror(self): 12 def test_oe_source_mirror(self):