aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/lib/oeqa/selftest/cases/meta_oe_sources.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/lib/oeqa/selftest/cases/meta_oe_sources.py')
-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
from oeqa.selftest.case import OESelftestTestCase
from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
+
class MetaOESourceMirroring(OESelftestTestCase):
# Can we download everything from the OpenEmbedded Sources Mirror over http only
def test_oe_source_mirror(self):