瀏覽代碼

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: 5965ae92c866817a0bab54d240b1d197da37df2a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie 2 周之前
父節點
當前提交
c034e6de68
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py

+ 2 - 2
meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py

@@ -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"]