]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
oeqa/selftest/yoctotestresultquerytest: Fix revisions to match OE-Core
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Oct 2025 15:36:56 +0000 (16:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Oct 2025 12:36:36 +0000 (13:36 +0100)
The test was written assuming poky was being used. Update
the revisions to match OE-Core instead.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py

index 312edb6431991bac5d2156534c8fc7d9303b7710..b1015d60efe9970bfd7ab3edeaf4a7e5723e91f1 100644 (file)
@@ -18,8 +18,8 @@ sys.path = sys.path + [lib_path]
 class TestResultsQueryTests(OESelftestTestCase):
     def test_get_sha1(self):
         test_data_get_sha1 = [
-            {"input": "yocto-4.0", "expected": "00cfdde791a0176c134f31e5a09eff725e75b905"},
-            {"input": "4.1_M1", "expected": "95066dde6861ee08fdb505ab3e0422156cc24fae"},
+            {"input": "yocto-4.0", "expected": "92fcb6570bddd0c5717d8cfdf38ecf3e44942b0f"},
+            {"input": "yocto-5.2", "expected": "6ec2c52b938302b894f119f701ffcf0a847eee85"},
         ]
         for data in test_data_get_sha1:
             test_name = data["input"]