[LTP] [Bug report] kirk can't run ltp's fs_readonly
Andrea Cervesato
andrea.cervesato@suse.com
Tue Jul 8 09:58:09 CEST 2025
Hi!
On 7/8/25 7:59 AM, Zorro Lang via ltp wrote:
> Hi,
>
> When I run ltp's fs_readonly command file with kirk, I always hit:
>
> /var/lib/ltp/testcases/bin/test_robind.sh: illegal option -- W
> usage: /var/lib/ltp/testcases/bin/test_robind.sh -c command [ext3,ext2,jfs,xfs,reiserfs,ramfs]
>
> This script verifies ReadOnly-filesystem, by mounting block device and
> executing the filesystem tests.
>
> OPTIONS
> -h display this message and exit
> -c command to be executed
>
> Looks like kirk can't treat "..." as an entirety and give it to test_robind.sh.
> Although it can be fixed by:
>
> -test_robind01 test_robind.sh -c "growfiles -W gf01 -b -e 1 -u -i 0 -L 5 -w -C 1 -l -I r -T 10 glseek20 glseek20.2"
> +test_robind01 test_robind.sh -c \"growfiles -W gf01 -b -e 1 -u -i 0 -L 5 -w -C 1 -l -I r -T 10 glseek20 glseek20.2\"
>
> but old runltp fails with that. So I'm trying to ask is there a
> better way fix this issue on kirk side.
>
> Thanks,
> Zorro
>
>
Thanks for this report, I opened a issues in
https://github.com/linux-test-project/kirk/issues/60
- Andrea
More information about the ltp
mailing list