summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/sstatetests.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/sstatetests.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/sstatetests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/sstatetests.py b/meta/lib/oeqa/selftest/cases/sstatetests.py
index 15032352f5..7c2b14e95f 100644
--- a/meta/lib/oeqa/selftest/cases/sstatetests.py
+++ b/meta/lib/oeqa/selftest/cases/sstatetests.py
@@ -921,12 +921,12 @@ SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downl
921 result = bitbake("-D -S printdiff {}".format(targets)) 921 result = bitbake("-D -S printdiff {}".format(targets))
922 self.check_bb_output(result.output, exceptions) 922 self.check_bb_output(result.output, exceptions)
923 923
924 def _test_cdn_mirror_qemux86_64(self): 924 def test_cdn_mirror_qemux86_64(self):
925 # Example: 925 # Example:
926 # exceptions = [ ["packagegroup-core-sdk","do_package"] ] 926 # exceptions = [ ["packagegroup-core-sdk","do_package"] ]
927 exceptions = [] 927 exceptions = []
928 self.run_test_cdn_mirror("qemux86-64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions) 928 self.run_test_cdn_mirror("qemux86-64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions)
929 929
930 def _test_cdn_mirror_qemuarm64(self): 930 def test_cdn_mirror_qemuarm64(self):
931 exceptions = [] 931 exceptions = []
932 self.run_test_cdn_mirror("qemuarm64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions) 932 self.run_test_cdn_mirror("qemuarm64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions)