2008/11/4 Shane Volpe <[EMAIL PROTECTED]>: > > Currently I build the entire LTP test suite on my host system, copy it > to a uSD card (formatted ext3) then run the entire ltp (runltp) test > suite on the target system from the uSD card. I do not believe there > is a real way to run the LTP test suites *remotely*, as when I think > you say remotely you mean there is some server side code running on a > host system that downloads automatically parts of ltp for what ever > current test it is running, is this correct?. >
We run LTP on our embedded machines at work. I created a file in ltp/runtest that contains all the tests that we can feasibly run on our architecture along with parameters for specifying amount of memory/number of threads to use. I recently spent some time converting some testcases to make the amount of memory/number of threads configurable at runtime (all were applied upstream). We then mount the directory containing the cross-compiled testcases over NFS and run them, storing the results in the NFS mounted directory. I understand that this is probably a bit unusual, in that a lot of embedded devices don't have network connections. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
