|
@@ -986,10 +986,12 @@ MACHINE = "{}"
|
|
|
|
|
|
def test_cdn_mirror_qemux86_64(self):
|
|
|
exceptions = []
|
|
|
+ self.run_test("qemux86-64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions, ignore_errors = True)
|
|
|
self.run_test("qemux86-64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions)
|
|
|
|
|
|
def test_cdn_mirror_qemuarm64(self):
|
|
|
exceptions = []
|
|
|
+ self.run_test("qemuarm64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions, ignore_errors = True)
|
|
|
self.run_test("qemuarm64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions)
|
|
|
|
|
|
def test_local_cache_qemux86_64(self):
|