如何在controller里运行telnet脚本
现在要做一个telnet的性能测试;录制了一个脚本在脚本编辑器里运行正常,但是到controller里运行时,总是在pending里等待,根本就不运行,不知道是什么原因(注:服务器是unix的)
各位大侠帮帮忙啊;急!急!急!:( :Q
是否是哪里没有配置啊
不知道是不是在测试ret协议脚本的时候没有配置哪里啊我的原代码
TE_connect("comm-type = telnet;""host-name = 192.168.0.120;"
"telnet-port = 2323;"
"terminal-id = wz;"
"set-window-size = true;"
"security-type = unsecured;"
"telnet-binary-mode = true;"
"terminal-type = vt100;"
"terminal-model = vt100;"
, 60000);
if (TE_errno != TE_SUCCESS)
return -1;
return 0;
页:
[1]