]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
oeqa/selftest/sstatetests: Re-enable CDN tests
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Nov 2023 11:23:02 +0000 (11:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Nov 2023 12:11:57 +0000 (12:11 +0000)
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>
meta/lib/oeqa/selftest/cases/sstatetests.py

index 15032352f50b6b4d801eacd2c9b587d9d45abea5..7c2b14e95f6c5090b345621b85425c44d6bb4c04 100644 (file)
@@ -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)