This reproducer takes significant time, it runs for 1 hour, which is ~1/3 of time spent by all mm testcases. Move it to stress runtest.
Signed-off-by: Jan Stancek <[email protected]> --- runtest/mm | 2 -- runtest/stress.part1 | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtest/mm b/runtest/mm index 131bc3d..031d766 100644 --- a/runtest/mm +++ b/runtest/mm @@ -73,8 +73,6 @@ ksm06 ksm06 ksm06_1 ksm06 -n 10 ksm06_2 ksm06 -n 10000 -cpuset01 cpuset01 -I 3600 - oom01 oom01 oom02 oom02 oom03 oom03 diff --git a/runtest/stress.part1 b/runtest/stress.part1 index 529716c..fc8363d 100644 --- a/runtest/stress.part1 +++ b/runtest/stress.part1 @@ -23,7 +23,6 @@ mem02 mem02 # -s(seconds) settings, if default not desired mmap-corruption01 mmap-corruption01 -h1 -m1 -s1 - page01 page01 page02 page02 @@ -39,6 +38,9 @@ shmt07 shmt07 shmt08 shmt08 shmt09 shmt09 shmt10 shmt10 + +cpuset01 cpuset01 -I 3600 + fsx-linux export TCbin=$LTPROOT/testcases/bin;fsxtest02 10000 #fsx-ext2 fsxtest $SCRATCHDEV ext2 10000 #fsx-ext3 fsxtest $SCRATCHDEV ext3 10000 -- 1.7.1 ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
