[LTP] [PATCH 1/1] kirk: Update to v3.2

Li Wang liwang@redhat.com
Thu Jan 15 09:08:35 CET 2026


Hi Andrea,

A quick question on '--framework' changes in v3.2, since before we
use Kirk with set 'ltp:root' to find the correct LTP installation path.
  `kirk --framework ltp:root=${LTPDIR} --run-suite $RUNTEST -v
--json-report $OUTPUTDIR/$RUNTEST.json`

Aafter removing that --framework, I get an error when trying to use
--env for the installation path.
  `kirk  --evn LTPROOT=${LTPDIR} --run-suite $RUNTEST -v --json-report
$OUTPUTDIR/$RUNTEST.json`

===== Log =====
# ./kirk --env LTPROOT=/root/ltp-install/  --run-suite sched -v
--json-report sched.json
Host information

Hostname:   dell-per430-09.gsslab.pek2.redhat.com
Python:     3.12.12 (main, Jan  6 2026, 00:00:00) [GCC 14.3.1 20250617
(Red Hat 14.3.1-2)]
Directory:  /tmp/kirk.root/tmp1a062qkt

Connecting to SUT: default
Error: LTP folder doesn't exist: /opt/ltp

Disconnecting from SUT: default
Session stopped

==============

But once I put the LTPROOT=${LTPDIR} env separately, it works well:
  `LTPROOT=/root/ltp-install/  ./kirk  --run-suite sched -v
--json-report sched.json`

Did I miss something here, or is it a Kirk issue that should be fixed?


-- 
Regards,
Li Wang



More information about the ltp mailing list