diff mbox series

selftest/buildoptions: tag the download mirror test with 'yocto-mirrors'

Message ID 20231019093720.2567858-1-alex@linutronix.de
State Accepted, archived
Commit 2a3f69b83ed10622d6a39774528dbfaebb3e5ded
Headers show
Series selftest/buildoptions: tag the download mirror test with 'yocto-mirrors' | expand

Commit Message

Alexander Kanavin Oct. 19, 2023, 9:37 a.m. UTC
This will allow bundling all yocto mirror tests together, both for
the purposes of running only them specifically,
and excluding them from 'general' oe-selftest runs.

There is an upcoming test for sstate cache served over content
delivery network which will use the same tag, so it can be run
together with this.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/lib/oeqa/selftest/cases/buildoptions.py | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/lib/oeqa/selftest/cases/buildoptions.py b/meta/lib/oeqa/selftest/cases/buildoptions.py
index 104448442ad..50c4a331869 100644
--- a/meta/lib/oeqa/selftest/cases/buildoptions.py
+++ b/meta/lib/oeqa/selftest/cases/buildoptions.py
@@ -204,6 +204,7 @@  class ToolchainOptions(OESelftestTestCase):
         self.write_config(features)
         bitbake('fortran-helloworld')
 
+@OETestTag("yocto-mirrors")
 class SourceMirroring(OESelftestTestCase):
     # Can we download everything from the Yocto Sources Mirror over http only
     def test_yocto_source_mirror(self):