Hello,
I want to loop the session open like this:
eval set i 1
open:device1, session name:s$i
for {i = 1} {i <= 10} {i++}{
telnet [param xxxx] -b [param xxxx]
}
However, it doesn't work because session name do not accept a variable.
In test cases, when I set a variable, case editor said me [x], but the variable was expanded correctly in execution mode. Though, the parameter had not expanded in this case...
So, I'd like to ask you guys how can I do the session opening loop.
please help
Regards,
Kudo