diff options
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/buildoptions.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/buildoptions.py b/meta/lib/oeqa/selftest/cases/buildoptions.py index 104448442a..31dafaa9c5 100644 --- a/meta/lib/oeqa/selftest/cases/buildoptions.py +++ b/meta/lib/oeqa/selftest/cases/buildoptions.py | |||
| @@ -14,6 +14,7 @@ from oeqa.selftest.cases.buildhistory import BuildhistoryBase | |||
| 14 | from oeqa.core.decorator.data import skipIfMachine | 14 | from oeqa.core.decorator.data import skipIfMachine |
| 15 | from oeqa.utils.commands import bitbake, get_bb_var, get_bb_vars | 15 | from oeqa.utils.commands import bitbake, get_bb_var, get_bb_vars |
| 16 | import oeqa.utils.ftools as ftools | 16 | import oeqa.utils.ftools as ftools |
| 17 | from oeqa.core.decorator import OETestTag | ||
| 17 | 18 | ||
| 18 | class ImageOptionsTests(OESelftestTestCase): | 19 | class ImageOptionsTests(OESelftestTestCase): |
| 19 | 20 | ||
| @@ -204,6 +205,7 @@ class ToolchainOptions(OESelftestTestCase): | |||
| 204 | self.write_config(features) | 205 | self.write_config(features) |
| 205 | bitbake('fortran-helloworld') | 206 | bitbake('fortran-helloworld') |
| 206 | 207 | ||
| 208 | @OETestTag("yocto-mirrors") | ||
| 207 | class SourceMirroring(OESelftestTestCase): | 209 | class SourceMirroring(OESelftestTestCase): |
| 208 | # Can we download everything from the Yocto Sources Mirror over http only | 210 | # Can we download everything from the Yocto Sources Mirror over http only |
| 209 | def test_yocto_source_mirror(self): | 211 | def test_yocto_source_mirror(self): |
