On Tue, 2009-10-13 at 13:13 +0530, Poornima Nayak wrote: 
> Modified ilb test to run with ebizzy as default workload.
> 
> Signed-off-by: poornima nayak <[email protected]>

Thanks.

Regards--
Subrata

> 
> diff -uprN ltp-full-20090930/testcases/kernel/power_management/ilb_test.py 
> ltp-full-20090930_patched/testcases/kernel/power_management/ilb_test.py
> --- ltp-full-20090930/testcases/kernel/power_management/ilb_test.py   
> 2009-10-05 02:10:56.000000000 -0400
> +++ ltp-full-20090930_patched/testcases/kernel/power_management/ilb_test.py   
> 2009-10-12 23:05:40.000000000 -0400
> @@ -27,7 +27,7 @@ def main(argv=None):
>      parser.add_option("-t", "--smt_level", dest="smt_level",
>          default=0, help="Sched smt power saving value 0/1/2")
>      parser.add_option("-w", "--workload", dest="work_ld",
> -        default="kernbench", help="Workload can be ebizzy/kernbench")
> +        default="ebizzy", help="Workload can be ebizzy/kernbench")
>      (options, args) = parser.parse_args()
> 
>      try:
> @@ -40,10 +40,10 @@ def main(argv=None):
>          map_cpuid_pkgid()
>          print "INFO: Created table mapping cpu to package"
>          background="no"
> -        duration=60
> +        duration=120
>          pinned="yes"
> 
> -        trigger_workld(options.smt_level,options.work_ld, "single_job", 
> duration, background, pinned)
> +        trigger_workld(options.smt_level,options.work_ld, "single_job", 
> duration, background, pinned, "no")
>          generate_loc_intr_report()
>          status = validate_ilb(options.mc_level, options.smt_level)
>          reset_schedmc()
> 
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Ltp-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ltp-list


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to