On Fri, 2009-08-28 at 15:45 +0530, Poornima Nayak wrote: > Patch for cpu_consolidation to incorporate changes in reusable function > > Signed-off-by: poornima nayak <[email protected]>
Fine. > > diff -uprN ltp_orig/testcases/kernel/power_management/cpu_consolidation.py > ltp/testcases/kernel/power_management/cpu_consolidation.py > --- ltp_orig/testcases/kernel/power_management/cpu_consolidation.py > 2009-08-28 10:54:59.000000000 +0530 > +++ ltp/testcases/kernel/power_management/cpu_consolidation.py > 2009-08-28 12:17:34.000000000 +0530 > @@ -43,7 +43,8 @@ def main(argv=None): > print "INFO: Created table mapping cpu to package" > background="no" > duration=60 > - trigger_workld(options.work_ld, options.stress, duration, background) > + pinned ="no" > + trigger_workld(options.work_ld, options.stress, duration, > background, pinned) > generate_report() > status = > validate_cpu_consolidation(options.work_ld,options.mc_level, > options.smt_level) > reset_schedmc() > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
