History log of /external/ltp/testcases/realtime/scripts/setenv.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7c656086c0132d166a47789fc1490229bcc25938 02-Nov-2010 Garrett Cooper <yanegomi@gmail.com> Drop /bin/bash

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/realtime/scripts/setenv.sh
0f74e66b06b02d9823add51c4458e4208d7ce5e0 27-Oct-2010 Garrett Cooper <yanegomi@gmail.com> LOGFORMAT improvement.

Use hostname -s instead of hostname --short as hostname -s is more
portable. Replace date +%Y-%d-%m with date +%F, as date +%F will at
least print out the date in a more meaningful manner (many cultures
represent dates as yyyy-mm-dd, not yyyy-dd-mm, and this is the way that
ISO-8601 represents the date).

Noticed by David Peverley pev <AT> sketchymonkey <DOT> com.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/realtime/scripts/setenv.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/scripts/setenv.sh
1378205b23aad2d399f74f0ab2e97a1cd3f8ecf9 22-Feb-2008 subrata_modak <subrata_modak> There are numerous cleanups, fixes and features went into our locally maintained version of realtime tests, since its intergration in LTP december last year. This patch merges those changes into LTP tree. The patch majorly contains :
- All features, cleanups and fixes done by IBM realtime team over last two month or so.
- Change in copyrights( year, symbil and limiting columns to 80 chars)
- Other few cleanups to ltp-realtime tests.

Signed-off-by : Sudhanshu Singh < sudh@linux.vnet.ibm.com>
/external/ltp/testcases/realtime/scripts/setenv.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/scripts/setenv.sh