diff options
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/sstatetests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/sstatetests.py b/meta/lib/oeqa/selftest/cases/sstatetests.py index 5164244566..681a57f4db 100644 --- a/meta/lib/oeqa/selftest/cases/sstatetests.py +++ b/meta/lib/oeqa/selftest/cases/sstatetests.py | |||
| @@ -986,10 +986,12 @@ MACHINE = "{}" | |||
| 986 | 986 | ||
| 987 | def test_cdn_mirror_qemux86_64(self): | 987 | def test_cdn_mirror_qemux86_64(self): |
| 988 | exceptions = [] | 988 | exceptions = [] |
| 989 | self.run_test("qemux86-64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions, ignore_errors = True) | ||
| 989 | self.run_test("qemux86-64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions) | 990 | self.run_test("qemux86-64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions) |
| 990 | 991 | ||
| 991 | def test_cdn_mirror_qemuarm64(self): | 992 | def test_cdn_mirror_qemuarm64(self): |
| 992 | exceptions = [] | 993 | exceptions = [] |
| 994 | self.run_test("qemuarm64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions, ignore_errors = True) | ||
| 993 | self.run_test("qemuarm64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions) | 995 | self.run_test("qemuarm64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions) |
| 994 | 996 | ||
| 995 | def test_local_cache_qemux86_64(self): | 997 | def test_local_cache_qemux86_64(self): |
