* [LTP] hardware requirements
@ 2009-07-24 23:55 Mark Ver
2009-07-25 1:13 ` Mike Frysinger
0 siblings, 1 reply; 4+ messages in thread
From: Mark Ver @ 2009-07-24 23:55 UTC (permalink / raw)
To: ltp-list
[-- Attachment #1.1: Type: text/plain, Size: 577 bytes --]
Hi,
Is there an agreed upon set of hardware requirements (memory, disk space,
etc.) for running, if not all tests, at least the default testcases
executed by runltp?
Also, if not very knowledgeable of hardware, is there an easy way to tell
if a particular test will run on a target platform or not? For example, I
suspect the DMA_THREAD_DIOTEST7 tests are not expected to run on all
architectures. Is there a way to find out what platforms it does support?
Thanks,
- Mark Ver
office: Building 710 / Room 2-RF-10
phone: (845) 435-7794 [tie 8 295-7794]
[-- Attachment #1.2: Type: text/html, Size: 645 bytes --]
[-- Attachment #2: Type: text/plain, Size: 79 bytes --]
------------------------------------------------------------------------------
[-- Attachment #3: Type: text/plain, Size: 155 bytes --]
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] hardware requirements
2009-07-24 23:55 [LTP] hardware requirements Mark Ver
@ 2009-07-25 1:13 ` Mike Frysinger
2009-07-25 3:15 ` Mark Ver
2009-07-25 4:38 ` Henry Yei
0 siblings, 2 replies; 4+ messages in thread
From: Mike Frysinger @ 2009-07-25 1:13 UTC (permalink / raw)
To: ltp-list; +Cc: Mark Ver
[-- Attachment #1.1: Type: text/plain, Size: 914 bytes --]
On Friday 24 July 2009 19:55:39 Mark Ver wrote:
> Is there an agreed upon set of hardware requirements (memory, disk space,
> etc.) for running, if not all tests, at least the default testcases
> executed by runltp?
not really
> Also, if not very knowledgeable of hardware, is there an easy way to tell
> if a particular test will run on a target platform or not? For example, I
> suspect the DMA_THREAD_DIOTEST7 tests are not expected to run on all
> architectures. Is there a way to find out what platforms it does support?
many of test cases dont care at all about resources. might be useful to have
an embedded doc format so tests that do care about resources can declare them
and then a script can run periodically to collect all of them in a summary
format.
i'm pretty sure that in the vast majority of cases, the memory size is the
only thing that a test may play with.
-mike
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 79 bytes --]
------------------------------------------------------------------------------
[-- Attachment #3: Type: text/plain, Size: 155 bytes --]
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] hardware requirements
2009-07-25 1:13 ` Mike Frysinger
@ 2009-07-25 3:15 ` Mark Ver
2009-07-25 4:38 ` Henry Yei
1 sibling, 0 replies; 4+ messages in thread
From: Mark Ver @ 2009-07-25 3:15 UTC (permalink / raw)
To: ltp-list
[-- Attachment #1.1: Type: text/plain, Size: 1089 bytes --]
> > Is there an agreed upon set of hardware requirements (memory, disk
space,
> > etc.) for running, if not all tests, at least the default testcases
> > executed by runltp?
>
> not really
>
> > Also, if not very knowledgeable of hardware, is there an easy way to
tell
> > if a particular test will run on a target platform or not? For
example, I
> > suspect the DMA_THREAD_DIOTEST7 tests are not expected to run on all
> > architectures. Is there a way to find out what platforms it does
support?
>
> many of test cases dont care at all about resources. might be useful to
have
> an embedded doc format so tests that do care about resources can declare
them
> and then a script can run periodically to collect all of them in a
summary
> format.
>
> i'm pretty sure that in the vast majority of cases, the memory size is
the
> only thing that a test may play with.
> -mike
Yeah, I guess I was thinking of tests like hackbench which don't seem to
run well on systems with little memory. And some of the growfiles tests
seem to be a little sensitive about the amount of free /tmp space.
[-- Attachment #1.2: Type: text/html, Size: 1328 bytes --]
[-- Attachment #2: Type: text/plain, Size: 79 bytes --]
------------------------------------------------------------------------------
[-- Attachment #3: Type: text/plain, Size: 155 bytes --]
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] hardware requirements
2009-07-25 1:13 ` Mike Frysinger
2009-07-25 3:15 ` Mark Ver
@ 2009-07-25 4:38 ` Henry Yei
1 sibling, 0 replies; 4+ messages in thread
From: Henry Yei @ 2009-07-25 4:38 UTC (permalink / raw)
To: Mike Frysinger, ltp-list; +Cc: Mark Ver
Several tests are also sensitive to the size of the filesystem. While most systems shouldn't have a problem, we have hit these limitations when testing flash filesytems, etc.
-----Original Message-----
From: Mike Frysinger [mailto:vapier@gentoo.org]
Sent: Friday, July 24, 2009 6:14 PM
To: ltp-list@lists.sourceforge.net
Cc: Mark Ver
Subject: Re: [LTP] hardware requirements
On Friday 24 July 2009 19:55:39 Mark Ver wrote:
> Is there an agreed upon set of hardware requirements (memory, disk
> space,
> etc.) for running, if not all tests, at least the default testcases
> executed by runltp?
not really
> Also, if not very knowledgeable of hardware, is there an easy way to
> tell if a particular test will run on a target platform or not? For
> example, I suspect the DMA_THREAD_DIOTEST7 tests are not expected to
> run on all architectures. Is there a way to find out what platforms it does support?
many of test cases dont care at all about resources. might be useful to have an embedded doc format so tests that do care about resources can declare them and then a script can run periodically to collect all of them in a summary format.
i'm pretty sure that in the vast majority of cases, the memory size is the only thing that a test may play with.
-mike
------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-07-25 4:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-24 23:55 [LTP] hardware requirements Mark Ver
2009-07-25 1:13 ` Mike Frysinger
2009-07-25 3:15 ` Mark Ver
2009-07-25 4:38 ` Henry Yei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox