[LTP] [Bug report] kirk can't run ltp's fs_readonly
    Zorro Lang 
    zlang@redhat.com
       
    Tue Jul  8 07:59:50 CEST 2025
    
    
  
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
    
    
More information about the ltp
mailing list