Updates:
Status: WontFix
Comment #1 on issue 237 by pekka.klarck: The problem about log size and
execution time for big loop(:FOR)
http://code.google.com/p/robotframework/issues/detail?id=237
You probably need to move looping into a test library. This way you have
full control
on what to log and there's only one keyword executed.
If you are repeating only one keyword, you may also try BuiltIn
keyword "Repeat
Keyword" (available in 2.0.4 version). Start/end times and some other
information is
still logged for every keyword, but there ought to be less stuff than with
FOR loops.
You don't explicitly tell what library you use, but I assume it is SSH.
Instead of
using "Execute Command", you can try lower level "Write" and
different "Read XXX"
variants which use only one session. See SSH Library's documentation for
more details
about session. Notice also that if you have your own library, you can
open/close
sessions exactly like you want.
Since we aren't going to do anything for the problems mentioned here I
close this
issue as WontFix. This kind of questions are normally better sent to
mailing lists.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings