08dcea0893e8d2a963fb07fdd7a9f6c14847d018 |
|
02-Nov-2010 |
Garrett Cooper <yanegomi@gmail.com> |
Be POSIX compliant. s/source/\./ s/bash/sh/ Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/realtime/func/pi_perf/run_auto.sh
|
1ffddf0dc79194b37c4824c550e16b5d3803d431 |
|
22-May-2008 |
subrata_modak <subrata_modak> |
Profiled Tests: Basically this was done to enhance the pass/fail criteria usage and allow the user to setup tests configurations according to specific needs. Imagine a test series that may validate a hardware for some latencies (case #1) while another series would validate other criteria (case #2). The same test used in situation #1 will not have the same configuration (arguments) in situation #2. Scripting has to be done for this to achieve. The profile system does this for you. You just have to configure. Not only pass/fail criteria can be set since the profile system simply runs command lines defined in profiles. So any argument can be choosen. ie: a profile can define criteria for tests with or without saving statistics (-s) or simulate jvm (-j). A profile comes as a single file so it is easy to copy from a test machine to another. With this patch, profiles can be used either for test global run (./run.sh) or for an individual directory (./run_auto.sh). For more information, read doc/AUTOMATED_RUN. This patch is intentionnally global as splitting changes would not make sense. This includes: - changes of scripts for automated tests to feature profiles - individual changes for tests using automation - a default profile (to be used as an example) - documentation writing/modifying. Signed-off-by: Gilles Carry <gilles.carry@bull.net>, Reviewed-by: Ankita Garg <ankita@in.ibm.com>.
/external/ltp/testcases/realtime/func/pi_perf/run_auto.sh
|
6acdc8efa73ceb0c3b515cd34c333d929e8b4273 |
|
26-Dec-2007 |
subrata_modak <subrata_modak> |
Initial Set of Real Time Linux Test Cases, by Nivedita Singhvi <niv@us.ibm.com> & sudhanshu Singh <sudhanshusingh@in.ibm.com>
/external/ltp/testcases/realtime/func/pi_perf/run_auto.sh
|