Hi! > I tried to run syscalls test with ./runltp -f syscalls, it's found that > the below tests > are getting skipped from the run, > ----------- > inotify03 inotify03 -D DEVICE -T DEVICE_FS_TYPE > mount01 mount01 -D DEVICE -T DEVICE_FS_TYPE > mount02 mount02 -D DEVICE -T DEVICE_FS_TYPE > mount03 mount03 -D DEVICE -T DEVICE_FS_TYPE > mount04 mount04 -D DEVICE -T DEVICE_FS_TYPE > umount01 umount01 -D DEVICE -T DEVICE_FS_TYPE > umount02 umount02 -D DEVICE -T DEVICE_FS_TYPE > umount03 umount03 -D DEVICE -T DEVICE_FS_TYPE > ----------- > > I didn't get the value of DEVICE & DEVICE_FS_TYPE in any of conf files > and also, as > the tests expect a block device, I executed the tests by specifying a > block device > (-D /dev/sda1 -T ext4), tests passed. > > Also,as the DEVICE & DEVICE_FS_TYPE need to be explicitly specifed to > all the tests, > these tests should be commented out in ltp/runtest/syscalls which is > used by runltp. > > Any comments on this issue are appreciated.
The runtest files are processed before they are executed. See -b DEVICE and -B DEVICE_FS_TYPE runltp parameters. The current runltp script is more of the hack than solution. I've send a RFC email with a description of planned successor to the LTP mailing list not that long ago (but I haven't started writing the code yet). -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
