On 2015/6/25 9:29, Shuo Yang wrote: > Hi guys, > > I just started using ltp, so this question is kind of dumb. I want to use it > to run some file system tests but I don't know what the command should be. > Currently I can run runtlp command but I don't know how to control the > testcases. Assuming the file system I want to test is under /tmp/foo/. Could > someone tell me how can I run the testcases specifically for testing file > system. > Hi, "./runltp -f fs" can run file system testcases: 1、Compile the LTP ./configure --prefix=XX/build make make install 2、Run the cases (You can get the cases and how to run them from runtest/) cd XX/build ./runltp -f fs Then the LTP will run all the cases in runtest/fs file.
You can find the cases which to test "/tmp/foo/" from runtest/xx and add them to runtest/fs_test (touch it), then ./runltp -f fs_test. Good luck, Cui Bixuan > Thanks, > Shuo > > > > ------------------------------------------------------------------------------ > Monitor 25 network devices or servers for free with OpManager! > OpManager is web-based network management software that monitors > network devices and physical & virtual servers, alerts via email & sms > for fault. Monitor 25 devices for free with no restriction. Download now > http://ad.doubleclick.net/ddm/clk/292181274;119417398;o > > > > _______________________________________________ > Ltp-list mailing list > Ltp-list@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ltp-list > ------------------------------------------------------------------------------ Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical & virtual servers, alerts via email & sms for fault. Monitor 25 devices for free with no restriction. Download now http://ad.doubleclick.net/ddm/clk/292181274;119417398;o _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list