Re: [Autotest] [PATCH] Make client behavior configurable: drop_caches

2009-11-11 Thread Lucas Meneghel Rodrigues
On Tue, Nov 10, 2009 at 4:28 PM, John Admanski wrote: > Will this code actually work on a standalone client job? I'm not sure > we've ever used global_config stuff outside of the server (despite the > fact that the code lives in the common_lib). I've sent 2 patches to the mailing list: 1) Fix an

Re: [PATCH] Make client behavior configurable: drop_caches

2009-11-10 Thread Lucas Meneghel Rodrigues
On Tue, 2009-11-10 at 10:28 -0800, John Admanski wrote: > Will this code actually work on a standalone client job? I'm not sure > we've ever used global_config stuff outside of the server (despite the > fact that the code lives in the common_lib). Whoops, I just forgot that global_config.ini is a

Re: [PATCH] Make client behavior configurable: drop_caches

2009-11-10 Thread John Admanski
Will this code actually work on a standalone client job? I'm not sure we've ever used global_config stuff outside of the server (despite the fact that the code lives in the common_lib). -- John On Thu, Nov 5, 2009 at 12:23 PM, Lucas Meneghel Rodrigues wrote: > Right now autotest will drop caches

[PATCH] Make client behavior configurable: drop_caches

2009-11-05 Thread Lucas Meneghel Rodrigues
Right now autotest will drop caches between: * Test executions * Same test iterations This change turns those into configurable options on global_config.ini. Default configuration: [CLIENT] drop_caches: True drop_caches_between_iterations: True Signed-off-by: Lucas Meneghel Rodrigues --- cli