package/ltp-testsuite: bump version to 20260130

For changelog, see [1].

Also, kirk removed update the "--framework ltp" option in [1]
and "--sut host" in [2]. This commit updates the test_ltp_testsuite
runtime test to remove those options to reflect those changes.

[1] https://github.com/linux-test-project/ltp/releases/tag/20260130
[2] 818abbb90e
[3] d2761ce865

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
[Julien:
 - add link to changelog
 - update test_ltp_testsuite.py
]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Petr Vorel
2026-02-03 23:44:13 +01:00
committed by Julien Olivain
parent d421a5d278
commit fc6377f7f9
3 changed files with 3 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# From: https://github.com/linux-test-project/ltp/releases/download/20250930/ltp-full-20250930.tar.xz.sha256
sha256 048fa4d69ddbe8a94aa15da9bdc85713ab07a0abbc3de2b8bdd9757644aef1e4 ltp-full-20250930.tar.xz
# From: https://github.com/linux-test-project/ltp/releases/download/20260130/ltp-full-20260130.tar.xz.sha256
sha256 5effc9d3eb3f5cd45d47e8ac3d78f59cb8f3f73c8598a2f182ef5b40ddfff311 ltp-full-20260130.tar.xz
# Locally computed
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING

View File

@@ -4,7 +4,7 @@
#
################################################################################
LTP_TESTSUITE_VERSION = 20250930
LTP_TESTSUITE_VERSION = 20260130
LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).tar.xz
LTP_TESTSUITE_SITE = https://github.com/linux-test-project/ltp/releases/download/$(LTP_TESTSUITE_VERSION)

View File

@@ -30,8 +30,6 @@ class TestLtpTestsuite(infra.basetest.BRTest):
# fast execution. See "kirk --help" for option details.
cmd = f"LTPROOT={ltp_root}"
cmd += f" {ltp_root}/kirk"
cmd += " --sut host"
cmd += " --framework ltp"
cmd += " --run-suite syscalls"
cmd += " --run-pattern '^read0[0-9]*'"
cmd += f" --json-report {report_file}"