diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-03 16:36:56 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-14 11:32:55 +0100 |
| commit | c034e6de6831652e14cbbf4314e460c13de862e0 (patch) | |
| tree | d7d93981ebae34025bba54f31afdc306d967f68f | |
| parent | b189b2fb868c88cc9ccdc244372385fafeb7accc (diff) | |
| download | poky-c034e6de6831652e14cbbf4314e460c13de862e0.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: 5965ae92c866817a0bab54d240b1d197da37df2a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py b/meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py index 312edb6431..b1015d60ef 100644 --- a/meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py +++ b/meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py | |||
| @@ -18,8 +18,8 @@ sys.path = sys.path + [lib_path] | |||
| 18 | class TestResultsQueryTests(OESelftestTestCase): | 18 | class 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": "yocto-5.2", "expected": "6ec2c52b938302b894f119f701ffcf0a847eee85"}, |
| 23 | ] | 23 | ] |
| 24 | for data in test_data_get_sha1: | 24 | for data in test_data_get_sha1: |
| 25 | test_name = data["input"] | 25 | test_name = data["input"] |
