oeqa/selftest/sstatetests: Re-enable CDN tests

I believe other fixes and cleanup means the CDN tests are now working
correctly, so enable it.

(From OE-Core rev: baabe012e158e387a692b234920eeab977c27440)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2023-11-09 11:23:02 +00:00
parent 742323caf3
commit 938abfa570

View 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)