Hi Gilles, > -------- Forwarded Message -------- > From: Gilles Carry <[EMAIL PROTECTED]> > To: [email protected] > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], > [EMAIL PROTECTED], [EMAIL PROTECTED], > [EMAIL PROTECTED] > Subject: [PATCH 1/1] [REALTIME] Profiled tests. > Date: Mon, 19 May 2008 15:54:47 +0200 > > 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
I like the idea. It helps making testing infrastructure to be generic and easy to extend. I might be missing something, or it could be that it is a TO-DO item, but the patch looks incomplete...the testcases dont yet support the '-c' option. Also, the parsers do not take the profiles into account. As I said before, this could just be your first step towards completing the entire infrastructure and you might have the rest in your To-Do.. Otherwise, the patch looks fine to me. Applied it and seems to be working fine. > > --- > testcases/realtime/doc/AUTOMATED_RUN | 46 +++++ > testcases/realtime/doc/HOWTO_ADD_TESTS | 10 +- > testcases/realtime/doc/run_auto.sh.tpl | 17 ++ > testcases/realtime/func/gtod_latency/run_auto.sh | 8 +- > testcases/realtime/func/matrix_mult/run_auto.sh | 8 +- > .../realtime/func/periodic_cpu_load/run_auto.sh | 6 +- > testcases/realtime/func/pi-tests/run_auto.sh | 18 ++- > testcases/realtime/func/pi_perf/run_auto.sh | 6 +- > testcases/realtime/func/prio-preempt/run_auto.sh | 6 +- > testcases/realtime/func/prio-wake/run_auto.sh | 6 +- > .../realtime/func/pthread_kill_latency/run_auto.sh | 6 +- > testcases/realtime/func/sched_football/run_auto.sh | 6 +- > testcases/realtime/func/sched_jitter/run_auto.sh | 6 +- > testcases/realtime/func/sched_latency/run_auto.sh | 6 +- > testcases/realtime/func/thread_clock/run_auto.sh | 6 +- > testcases/realtime/profiles/default | 60 +++++++ > testcases/realtime/run.sh | 179 > +++++++++++--------- > testcases/realtime/scripts/run_c_files.sh | 68 +++++--- > testcases/realtime/scripts/setenv.sh | 4 + > .../realtime/testcases/realtime/doc/AUTOMATED_RUN | 46 +++++ > 20 files changed, 390 insertions(+), 128 deletions(-) > create mode 100644 testcases/realtime/doc/AUTOMATED_RUN > create mode 100644 testcases/realtime/doc/run_auto.sh.tpl > create mode 100644 testcases/realtime/profiles/default > create mode 100644 testcases/realtime/testcases/realtime/doc/AUTOMATED_RUN > -- Regards, Ankita Garg ([EMAIL PROTECTED]) Linux Technology Center IBM India Systems & Technology Labs, Bangalore, India ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
