summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-03 16:36:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-03 17:51:39 +0100
commit0808d8e486f3a272ef823b45eba0bc17d67b09fe (patch)
tree4a43e32d358a84d0a675cd92f343d122d71ce293
parentacb7ed711762bb16cda8726c2a419bbbc4ddd35d (diff)
downloadpoky-0808d8e486f3a272ef823b45eba0bc17d67b09fe.tar.gz
oeqa/selftest/yoctotestresultquerytest: Fix revisions to match OE-Core
The test was written assuming poky was being used. Update the revisions to match OE-Core instead. (From OE-Core rev: 66db1042a869950f076ff9b402cbede52ed752a1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py b/meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py
index 312edb6431..afc5ee7c15 100644
--- a/meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py
+++ b/meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py
@@ -18,7 +18,7 @@ sys.path = sys.path + [lib_path]
18class TestResultsQueryTests(OESelftestTestCase): 18class TestResultsQueryTests(OESelftestTestCase):
19 def test_get_sha1(self): 19 def test_get_sha1(self):
20 test_data_get_sha1 = [ 20 test_data_get_sha1 = [
21 {"input": "yocto-4.0", "expected": "00cfdde791a0176c134f31e5a09eff725e75b905"}, 21 {"input": "yocto-4.0", "expected": "92fcb6570bddd0c5717d8cfdf38ecf3e44942b0f"},
22 {"input": "4.1_M1", "expected": "95066dde6861ee08fdb505ab3e0422156cc24fae"}, 22 {"input": "4.1_M1", "expected": "95066dde6861ee08fdb505ab3e0422156cc24fae"},
23 ] 23 ]
24 for data in test_data_get_sha1: 24 for data in test_data_get_sha1: