* [LTP] Executing LTP one test at a time
@ 2012-07-16 13:05 Rejish Rajagopala
2012-07-17 1:21 ` Li, Jin
2012-07-17 2:48 ` preeti
0 siblings, 2 replies; 3+ messages in thread
From: Rejish Rajagopala @ 2012-07-16 13:05 UTC (permalink / raw)
To: ltp-list@lists.sourceforge.net
Hi,
Please let me know is there way to execute single test using runltp script.
That is, I know we can execute user defined test cases through the command "runltp -f pty" but is there a way so that I can run ltp like "runltp pty01" that is the test case directly through runltp script.
Regards,
Rejish
SASKEN BUSINESS DISCLAIMER: This message may contain confidential, proprietary or legally privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.
Read Disclaimer at http://www.sasken.com/extras/mail_disclaimer.html
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [LTP] Executing LTP one test at a time
2012-07-16 13:05 [LTP] Executing LTP one test at a time Rejish Rajagopala
@ 2012-07-17 1:21 ` Li, Jin
2012-07-17 2:48 ` preeti
1 sibling, 0 replies; 3+ messages in thread
From: Li, Jin @ 2012-07-17 1:21 UTC (permalink / raw)
To: Rejish Rajagopala; +Cc: ltp-list@lists.sourceforge.net
Rejish,
Just check the help command :
runltp -h
You will find that the command "runltp -s PATTERN" is what you want
though it's not very perfect.
Hope this will help
Regards,
Jin
On 07/16/2012 09:05 PM, Rejish Rajagopala wrote:
> Hi,
>
> Please let me know is there way to execute single test using runltp script.
>
> That is, I know we can execute user defined test cases through the command "runltp -f pty" but is there a way so that I can run ltp like "runltp pty01" that is the test case directly through runltp script.
>
>
> Regards,
> Rejish
>
> SASKEN BUSINESS DISCLAIMER: This message may contain confidential, proprietary or legally privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.
> Read Disclaimer at http://www.sasken.com/extras/mail_disclaimer.html
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [LTP] Executing LTP one test at a time
2012-07-16 13:05 [LTP] Executing LTP one test at a time Rejish Rajagopala
2012-07-17 1:21 ` Li, Jin
@ 2012-07-17 2:48 ` preeti
1 sibling, 0 replies; 3+ messages in thread
From: preeti @ 2012-07-17 2:48 UTC (permalink / raw)
To: Rejish Rajagopala; +Cc: ltp-list@lists.sourceforge.net
On 07/16/2012 06:35 PM, Rejish Rajagopala wrote:
> Hi,
Hi Rajish,
>
> Please let me know is there way to execute single test using runltp script.
Yes there is.when you run the command runltp -f cmdfile,runltp searches
for the cmdfile under runtest.Under runtest are files for each
subsystem,like fs,mm,sched etc each of which define how the test cases
beneath them should run.
>
> That is, I know we can execute user defined test cases through the command "runltp -f pty" but is there a way so that I can run ltp like "runltp pty01" that is the test case directly through runltp script.
So in the example that you have quoted,pty is the subsystem whose file
is under runtest.you can edit this file by commenting out the rest of
the scripts under pty.
This might seem a bit more inconvenient than running runltp with some
command line options but if you are not using the other scripts under
pty,each time you run it,might as well comment them out.
>
>
>
> Regards,
> Rejish
>
> SASKEN BUSINESS DISCLAIMER: This message may contain confidential, proprietary or legally privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.
> Read Disclaimer at http://www.sasken.com/extras/mail_disclaimer.html
Regards,
Preeti
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-07-17 2:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-16 13:05 [LTP] Executing LTP one test at a time Rejish Rajagopala
2012-07-17 1:21 ` Li, Jin
2012-07-17 2:48 ` preeti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox