* Re: [LTP] realtime run shellscripts suite - anyone using it? [not found] <4829A2B7.2010200@bull.net> @ 2008-05-14 7:30 ` Subrata Modak 2008-05-15 6:01 ` Sripathi Kodi 0 siblings, 1 reply; 8+ messages in thread From: Subrata Modak @ 2008-05-14 7:30 UTC (permalink / raw) To: dvhltc, tinytim, Nivedita Singhvi, Chirag Jog, Ankita Garg, Sripathi Cc: ltp-list, Gilles Carry, linux-rt-users Forwarding Gilles query to other RT developers. Regards-- Subrata On Tue, 2008-05-13 at 16:16 +0200, Gilles Carry wrote: > Hello, > > I am investigating on how to run profiled tests for realtime systems. > I would like to do something integrated in the existing system. > > After having roughly analyzed the existing scripts: > - run.sh looks for run_auto.sh files in tests dirs and run them > - run_auto.sh runs scripts/run_c_files.sh > > It turns out that the value added of these scripts is merely to set some > env vars and log stdout/err of tests. (am I missing something?) > > Also, this cascade of scripts must deal with args which are defined, > analyzed and passed again to subsequent scripts. Tere are also other > tricks that make the whole thing heavy and uneasy. > > I want to write a simple script that runs command lines read from a test > profile choosed by the user (having each different arguments - ie. pass > criteria) > > Does anyone minds my simplifying the existing script suite? > > > Gilles. > > ------------------------------------------------------------------------- > 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 > Ltp-list@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ltp-list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [LTP] realtime run shellscripts suite - anyone using it? 2008-05-14 7:30 ` [LTP] realtime run shellscripts suite - anyone using it? Subrata Modak @ 2008-05-15 6:01 ` Sripathi Kodi [not found] ` <200805151131.29082.sripathik-xthvdsQ13ZrQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 8+ messages in thread From: Sripathi Kodi @ 2008-05-15 6:01 UTC (permalink / raw) To: subrata Cc: dvhltc, tinytim, Nivedita Singhvi, Chirag Jog, Ankita Garg, dino, Sebastien Dugue, Jean-Pierre Dion, Michael Olbrich, Robert Schwebel, ltp-list, Gilles Carry, linux-rt-users On Wednesday 14 May 2008 13:00, Subrata Modak wrote: > Forwarding Gilles query to other RT developers. > > Regards-- > Subrata > > On Tue, 2008-05-13 at 16:16 +0200, Gilles Carry wrote: > > Hello, > > > > I am investigating on how to run profiled tests for realtime > > systems. I would like to do something integrated in the existing > > system. > > > > After having roughly analyzed the existing scripts: > > - run.sh looks for run_auto.sh files in tests dirs and run them > > - run_auto.sh runs scripts/run_c_files.sh > > > > It turns out that the value added of these scripts is merely to set > > some env vars and log stdout/err of tests. (am I missing > > something?) > > > > Also, this cascade of scripts must deal with args which are > > defined, analyzed and passed again to subsequent scripts. Tere are > > also other tricks that make the whole thing heavy and uneasy. > > > > I want to write a simple script that runs command lines read from a > > test profile choosed by the user (having each different arguments - > > ie. pass criteria) > > > > Does anyone minds my simplifying the existing script suite? Hi Gilles, Subrata, In our project, we use the these scripts to run all or a selected bunch of tests under realtime directory. Please have a look at the output of "run.sh -h" under testcases/realtime. We also use the log files extensively. As far as existing functionality is provided, we have no problems with doing improvements to the scripts. Thanks, Sripathi. > > > > > > Gilles. > > > > ------------------------------------------------------------------- > >------ 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 > > Ltp-list@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/ltp-list > > -- > To unsubscribe from this list: send the line "unsubscribe > linux-rt-users" in the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <200805151131.29082.sripathik-xthvdsQ13ZrQT0dZR+AlfA@public.gmane.org>]
* Re: realtime run shellscripts suite - anyone using it? [not found] ` <200805151131.29082.sripathik-xthvdsQ13ZrQT0dZR+AlfA@public.gmane.org> @ 2008-05-15 6:48 ` Subrata Modak 2008-05-15 6:57 ` [LTP] " Gilles Carry 0 siblings, 1 reply; 8+ messages in thread From: Subrata Modak @ 2008-05-15 6:48 UTC (permalink / raw) To: Sripathi Kodi, Gilles Carry, dvhltc Cc: ltp-list, tinytim, linux-rt-users, dino, Sebastien Dugue, Jean-Pierre Dion On Thu, 2008-05-15 at 11:31 +0530, Sripathi Kodi wrote: > On Wednesday 14 May 2008 13:00, Subrata Modak wrote: > > Forwarding Gilles query to other RT developers. > > > > Regards-- > > Subrata > > > > On Tue, 2008-05-13 at 16:16 +0200, Gilles Carry wrote: > > > Hello, > > > > > > I am investigating on how to run profiled tests for realtime > > > systems. I would like to do something integrated in the existing > > > system. > > > > > > After having roughly analyzed the existing scripts: > > > - run.sh looks for run_auto.sh files in tests dirs and run them > > > - run_auto.sh runs scripts/run_c_files.sh > > > > > > It turns out that the value added of these scripts is merely to set > > > some env vars and log stdout/err of tests. (am I missing > > > something?) > > > > > > Also, this cascade of scripts must deal with args which are > > > defined, analyzed and passed again to subsequent scripts. Tere are > > > also other tricks that make the whole thing heavy and uneasy. > > > > > > I want to write a simple script that runs command lines read from a > > > test profile choosed by the user (having each different arguments - > > > ie. pass criteria) > > > > > > Does anyone minds my simplifying the existing script suite? > > Hi Gilles, Subrata, > > In our project, we use the these scripts to run all or a selected bunch > of tests under realtime directory. Please have a look at the output > of "run.sh -h" under testcases/realtime. We also use the log files > extensively. As far as existing functionality is provided, we have no > problems with doing improvements to the scripts. Hi Gilles, I think you can go ahead with your improvements to these scripts after getting feedback from Sripathi and Darren. Regards-- Subrata > > Thanks, > Sripathi. > > > > > > > > > > > Gilles. > > > > > > ------------------------------------------------------------------- > > >------ 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 > > > Ltp-list-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > > > https://lists.sourceforge.net/lists/listinfo/ltp-list > > > > -- > > To unsubscribe from this list: send the line "unsubscribe > > linux-rt-users" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html ------------------------------------------------------------------------- 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/ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [LTP] realtime run shellscripts suite - anyone using it? 2008-05-15 6:48 ` Subrata Modak @ 2008-05-15 6:57 ` Gilles Carry 2008-05-15 7:00 ` Subrata Modak 0 siblings, 1 reply; 8+ messages in thread From: Gilles Carry @ 2008-05-15 6:57 UTC (permalink / raw) To: subrata Cc: Sripathi Kodi, dvhltc, tinytim, Nivedita Singhvi, Chirag Jog, Ankita Garg, dino, Sebastien Dugue, Jean-Pierre Dion, Michael Olbrich, Robert Schwebel, ltp-list, linux-rt-users Subrata Modak wrote: > On Thu, 2008-05-15 at 11:31 +0530, Sripathi Kodi wrote: > Hi Gilles, > > I think you can go ahead with your improvements to these scripts after > getting feedback from Sripathi and Darren. > Ok. I'll come back soon with a bunch of questions, just to make sure everybody's happy with the new scripts. Gilles. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [LTP] realtime run shellscripts suite - anyone using it? 2008-05-15 6:57 ` [LTP] " Gilles Carry @ 2008-05-15 7:00 ` Subrata Modak 2008-05-15 11:34 ` [LTP] realtime run shellscripts suite - question 1 Gilles Carry 0 siblings, 1 reply; 8+ messages in thread From: Subrata Modak @ 2008-05-15 7:00 UTC (permalink / raw) To: Gilles Carry Cc: Sripathi Kodi, dvhltc, tinytim, Nivedita Singhvi, Chirag Jog, Ankita Garg, dino, Sebastien Dugue, Jean-Pierre Dion, Michael Olbrich, Robert Schwebel, ltp-list, linux-rt-users On Thu, 2008-05-15 at 08:57 +0200, Gilles Carry wrote: > Subrata Modak wrote: > > On Thu, 2008-05-15 at 11:31 +0530, Sripathi Kodi wrote: > > Hi Gilles, > > > > I think you can go ahead with your improvements to these scripts after > > getting feedback from Sripathi and Darren. > > > > Ok. > I'll come back soon with a bunch of questions, just to make sure > everybody's happy with the new scripts. That should be the appropriate way as well. I would also request you to kindly add everybody in this mail´s CC/To, in directing all your future mails regarding RT test cases in LTP. Regards-- Subrata > > Gilles. > -- > To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [LTP] realtime run shellscripts suite - question 1 2008-05-15 7:00 ` Subrata Modak @ 2008-05-15 11:34 ` Gilles Carry 2008-05-15 22:33 ` Darren Hart 0 siblings, 1 reply; 8+ messages in thread From: Gilles Carry @ 2008-05-15 11:34 UTC (permalink / raw) To: subrata Cc: Sripathi Kodi, dvhltc, tinytim, Nivedita Singhvi, Chirag Jog, Ankita Garg, dino, Sebastien Dugue, Jean-Pierre Dion, Michael Olbrich, Robert Schwebel, ltp-list, linux-rt-users Here it is: perf/latency func/hrtimer-prio func/measurement have a run.sh instead of a run_auto.sh and therefore cannot be reached by ./run.sh -t all Is this intentional or shall I rename them as run_auto.sh? Gilles. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [LTP] realtime run shellscripts suite - question 1 2008-05-15 11:34 ` [LTP] realtime run shellscripts suite - question 1 Gilles Carry @ 2008-05-15 22:33 ` Darren Hart 2008-05-16 6:18 ` Gilles Carry 0 siblings, 1 reply; 8+ messages in thread From: Darren Hart @ 2008-05-15 22:33 UTC (permalink / raw) To: Gilles Carry Cc: subrata, Sripathi Kodi, dvhltc, tinytim, Nivedita Singhvi, Chirag Jog, Ankita Garg, dino, Sebastien Dugue, Jean-Pierre Dion, Michael Olbrich, Robert Schwebel, ltp-list, linux-rt-users On Thu, 2008-05-15 at 13:34 +0200, Gilles Carry wrote: > Here it is: > > perf/latency > func/hrtimer-prio > func/measurement > have a run.sh instead of a run_auto.sh and therefore cannot be reached > by ./run.sh -t all > Is this intentional or shall I rename them as run_auto.sh? > The reason being (iirc) that we didn't want to include those in the automatic run from the top level. the individual run.sh must be run automatically. > Gilles. -- Darren Hart Real-Time Linux Team IBM Linux Technology Center ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [LTP] realtime run shellscripts suite - question 1 2008-05-15 22:33 ` Darren Hart @ 2008-05-16 6:18 ` Gilles Carry 0 siblings, 0 replies; 8+ messages in thread From: Gilles Carry @ 2008-05-16 6:18 UTC (permalink / raw) To: Darren Hart Cc: subrata, Sripathi Kodi, dvhltc, tinytim, Nivedita Singhvi, Chirag Jog, Ankita Garg, dino, Sebastien Dugue, Jean-Pierre Dion, Michael Olbrich, Robert Schwebel, ltp-list, linux-rt-users Darren Hart wrote: > On Thu, 2008-05-15 at 13:34 +0200, Gilles Carry wrote: > >>Here it is: >> >>perf/latency >>func/hrtimer-prio >>func/measurement >>have a run.sh instead of a run_auto.sh and therefore cannot be reached >>by ./run.sh -t all >>Is this intentional or shall I rename them as run_auto.sh? >> > > > The reason being (iirc) that we didn't want to include those in the > automatic run from the top level. the individual run.sh must be run > automatically. OK. I'll make a separate patch for moving these to run_auto.sh. Gilles. ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-05-16 6:20 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <4829A2B7.2010200@bull.net>
2008-05-14 7:30 ` [LTP] realtime run shellscripts suite - anyone using it? Subrata Modak
2008-05-15 6:01 ` Sripathi Kodi
[not found] ` <200805151131.29082.sripathik-xthvdsQ13ZrQT0dZR+AlfA@public.gmane.org>
2008-05-15 6:48 ` Subrata Modak
2008-05-15 6:57 ` [LTP] " Gilles Carry
2008-05-15 7:00 ` Subrata Modak
2008-05-15 11:34 ` [LTP] realtime run shellscripts suite - question 1 Gilles Carry
2008-05-15 22:33 ` Darren Hart
2008-05-16 6:18 ` Gilles Carry
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).