public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] Question mapping LTP testcases with Kernel setting?
@ 2013-01-08  4:00 duynv
  2013-01-08  6:23 ` shubham
  0 siblings, 1 reply; 3+ messages in thread
From: duynv @ 2013-01-08  4:00 UTC (permalink / raw)
  To: shubham, ltp-list

Dear Sir!
I'm Duy.

I am working with LTP to test our linux kernel.
we want to collect LTP test cases to test our kernel base on the kernel 
setting(configuration file create by "make menuconfig").
(we want to omit unnecessary test case)

But LTP has so many test cases. I can't mapping LTP test case with 
appropriate kernel setting
Could you please tell me the way to make a mapping list between LTP test 
case with kernel setting

Thank you

-- 
Nguyễn Văn Duy
Toshiba Software Development (Viet Nam) Co, Ltd
*********************************************************
Add   : 16th Floor,519 Kim Ma Str , Ba Dinh Dist , Ha Noi
Email :duynv@tsdv.com.vn
*********************************************************
Note: This e-mail message may contain personal information or confidential information.
If you are not the addressee of this message, please delete this message and kindly notify the sender as soon as possible, do not copy, use, or disclose this message.


------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
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] Question mapping LTP testcases with Kernel setting?
  2013-01-08  4:00 [LTP] Question mapping LTP testcases with Kernel setting? duynv
@ 2013-01-08  6:23 ` shubham
       [not found]   ` <50EBD034.40400@tsdv.com.vn>
  0 siblings, 1 reply; 3+ messages in thread
From: shubham @ 2013-01-08  6:23 UTC (permalink / raw)
  To: duynv; +Cc: ltp-list

On 01/08/2013 09:30 AM, duynv wrote:
> Dear Sir!
> I'm Duy.
>
> I am working with LTP to test our linux kernel.
> we want to collect LTP test cases to test our kernel base on the 
> kernel setting(configuration file create by "make menuconfig").
> (we want to omit unnecessary test case)
>
> But LTP has so many test cases. I can't mapping LTP test case with 
> appropriate kernel setting
> Could you please tell me the way to make a mapping list between LTP 
> test case with kernel setting
>
> Thank you
>

Hi Duy,

I believe its not possible to direct map LTP test cases with the current 
kernel settings. What you can do is select the subsystems or components 
you wish to test and than run only those tests by customizing the LTP 
test runs. For your information you can select the tests you wish to run 
from 'runtest' directory of the extracted LTP tarball.

Thanks,
Shubham


------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
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] Question mapping LTP testcases with Kernel setting?
       [not found]   ` <50EBD034.40400@tsdv.com.vn>
@ 2013-01-10  9:29     ` shubham
  0 siblings, 0 replies; 3+ messages in thread
From: shubham @ 2013-01-10  9:29 UTC (permalink / raw)
  To: duynv; +Cc: ltp-list

On 01/08/2013 01:22 PM, duynv wrote:
> Dear Sir!
> Thanks for your reply.
> Because we want to test our kernel. So when we build kernel some 
> config options are disabled.
> I know what config options are disabled and i want to map between LTP 
> test case and kernel config to omit LTP test case when make install LTP
>
> I found in README file information below
> ...
> ---------------------------------
> Enabling Kernel Configuration to test Controllers
> ---------------------------------
> CONFIG_CGROUPS=y
> CONFIG_CGROUP_DEBUG=y
> CONFIG_CGROUP_NS=y
> CONFIG_GROUP_SCHED=y
> CONFIG_FAIR_GROUP_SCHED=y
> CONFIG_RT_GROUP_SCHED=y
> CONFIG_CGROUP_SCHED=y
> CONFIG_CGROUP_MEM_RES_CTLR=y
> CONFIG_LOCKDEP=y
> ....
>
> I think It mean, if those config options is not set when build kernel 
> all test case in Controllers no need to install and run. So when i 
> make LTP i dont want to make test cases in Controllers folder
>
> It's right? I can find out and map all test cases with kernel setting 
> in LTP project or in other document?
>
> Thanks.

Hi Duy,

The kernel options which are described in the "README" file are the 
kernel configurations we need to enable (before building the kernel) for 
testing that particular feature like controllers, power management or 
hotplugging. The facility of kernel config analysis and building the LTP 
based on that config options is not yet available. So you need to 
determine which tests you wish to run per your kernel configuration and 
than execute a customized LTP test run.

Thanks,
Shubham


>
> On 1/8/2013 13:23, shubham wrote:
>> On 01/08/2013 09:30 AM, duynv wrote:
>>> Dear Sir!
>>> I'm Duy.
>>>
>>> I am working with LTP to test our linux kernel.
>>> we want to collect LTP test cases to test our kernel base on the 
>>> kernel setting(configuration file create by "make menuconfig").
>>> (we want to omit unnecessary test case)
>>>
>>> But LTP has so many test cases. I can't mapping LTP test case with 
>>> appropriate kernel setting
>>> Could you please tell me the way to make a mapping list between LTP 
>>> test case with kernel setting
>>>
>>> Thank you
>>>
>>
>> Hi Duy,
>>
>> I believe its not possible to direct map LTP test cases with the 
>> current kernel settings. What you can do is select the subsystems or 
>> components you wish to test and than run only those tests by 
>> customizing the LTP test runs. For your information you can select 
>> the tests you wish to run from 'runtest' directory of the extracted 
>> LTP tarball.
>>
>> Thanks,
>> Shubham
>>
>


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
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:[~2013-01-10  9:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08  4:00 [LTP] Question mapping LTP testcases with Kernel setting? duynv
2013-01-08  6:23 ` shubham
     [not found]   ` <50EBD034.40400@tsdv.com.vn>
2013-01-10  9:29     ` shubham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox