summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-09 11:23:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-23 12:11:57 +0000
commitbaabe012e158e387a692b234920eeab977c27440 (patch)
treedd57a969aa8a69a462b495ba78ac10235708b100
parentabb8ae82f44feb1cdee489805677222322f58729 (diff)
downloadopenembedded-core-baabe012e158e387a692b234920eeab977c27440.tar.gz
oeqa/selftest/sstatetests: Re-enable CDN tests
I believe other fixes and cleanup means the CDN tests are now working correctly, so enable it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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
result = bitbake("-D -S printdiff {}".format(targets))
self.check_bb_output(result.output, exceptions)
- def _test_cdn_mirror_qemux86_64(self):
+ def test_cdn_mirror_qemux86_64(self):
# Example:
# exceptions = [ ["packagegroup-core-sdk","do_package"] ]
exceptions = []
self.run_test_cdn_mirror("qemux86-64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions)
- def _test_cdn_mirror_qemuarm64(self):
+ def test_cdn_mirror_qemuarm64(self):
exceptions = []
self.run_test_cdn_mirror("qemuarm64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions)