All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] Number of testcases per releases - LTP
@ 2016-09-13  2:18 Jonatas Bastos
  2016-09-13 13:29 ` Carlos Hernandez
  0 siblings, 1 reply; 3+ messages in thread
From: Jonatas Bastos @ 2016-09-13  2:18 UTC (permalink / raw)
  To: ltp

I`m a PhD student interested in run some studies with the different LTP
releases. I would like to know how can I identify tests inside LTP releases
(i.e. number of testcases and module)
Should I consider all .c files as tests in testcases folder?
Should I consider all .sh files in testcases folder?
If not, how should I identify a valid test case

-- 
Jonatas Bastos
------------------------------------------------------------ --------
Professor de Computação no Instituto Federal (IFBA)
M.Sc. Computer Science - CIn/UFPE
skype: jonatasfbastos
gtalk: jonatasfbastos@...

“Face your fears, live your dreams"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20160912/76b0d6bb/attachment.html>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [LTP] Number of testcases per releases - LTP
  2016-09-13  2:18 [LTP] Number of testcases per releases - LTP Jonatas Bastos
@ 2016-09-13 13:29 ` Carlos Hernandez
  0 siblings, 0 replies; 3+ messages in thread
From: Carlos Hernandez @ 2016-09-13 13:29 UTC (permalink / raw)
  To: ltp

Jonatas,

Test cases are defined inside test scenario files. Each test case is 
defined on a line with  <Test TAG> <Test COMMAND> syntax.

Test scenario files are under runtest/ directory.

Regards,

Carlos



On 09/12/2016 10:18 PM, Jonatas Bastos wrote:
> I`m a PhD student interested in run some studies with the different 
> LTP releases. I would like to know how can I identify tests inside LTP 
> releases (i.e. number of testcases and module)
> Should I consider all .c files as tests in testcases folder?
> Should I consider all .sh files in testcases folder?
> If not, how should I identify a valid test case
>
> -- 
> Jonatas Bastos
> ------------------------------------------------------------ --------
> Professor de Computação no Instituto Federal (IFBA)
> M.Sc. Computer Science - CIn/UFPE
> skype: jonatasfbastos
> gtalk: jonatasfbastos@...
>
> “Face your fears, live your dreams"
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20160913/ae959b59/attachment.html>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [LTP] Number of testcases per releases - LTP
@ 2016-09-13 10:34 Naresh Kamboju
  0 siblings, 0 replies; 3+ messages in thread
From: Naresh Kamboju @ 2016-09-13 10:34 UTC (permalink / raw)
  To: ltp

Hi Jonatas,

> I`m a PhD student interested in run some studies with the different LTP
> releases. I would like to know how can I identify tests inside LTP releases
> (i.e. number of testcases and module)
> Should I consider all .c files as tests in testcases folder?
No.

> Should I consider all .sh files in testcases folder?
No.

> If not, how should I identify a valid test case

All test cases listed in runtest/ directory. each file in side it
contains the list of test cases. those test cases divided logically
for full test suite execution, part of Linux sub system test cases and
long running stress tests.

Please walk through runtest directory. You may find repeated test
cases. you have to count it only once.

Example:
$ grep "shmget01 shmget01"  *
ltplite:shmget01 shmget01
stress.part3:shmget01 shmget01
syscalls:shmget01 shmget01
syscalls-ipc:shmget01 shmget01

Try to run each subset of test cases,
./runltp -f mm
./runltp -f math
./runltp -f syscalls
./runltp -f timers

- Naresh Kamboju

>
> --
> Jonatas Bastos

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-13 13:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-13  2:18 [LTP] Number of testcases per releases - LTP Jonatas Bastos
2016-09-13 13:29 ` Carlos Hernandez
2016-09-13 10:34 Naresh Kamboju

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.