The foreach loop does not appear to work. When I attempt something similar to following, there is only a single run with one iosize, there is no iteration.
foreach $iosize in 4k, 8k, 16k, 32k, 64k, 128k
{
run 60
}
That is because we disabled multi-run mode but exiting after each "run" command. Check BUG 3418404 for a bit more details. Need to think more about to handle multi-run cases properly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That is because we disabled multi-run mode but exiting after each "run" command. Check BUG 3418404 for a bit more details. Need to think more about to handle multi-run cases properly.