I am in process of automating iperf tests whose flows is as follows
session 1 -
start iperf server (this process never returns anc can be put in background) using Start Command
session 2 -
start client process for certain time
if any failure string ... mark the entire test failed
session 3 -
after completion of iperf client. go and kill the iperf server.
close session 3
switch to session 1 - collect logs of server ... do some server log processing for errors.
if the log contails killed ... then it was a pass case
else if any failure message mark the entire test failed.
I am tried to create 3 connections but Login API failed as below:
============= log =====================================
Start / End / Elapsed: 20130516 17:12:32.409 / 20130516 17:12:32.410 / 00:00:00.001
17:12:32.409 INFO Logging into '3:22' as 'root'.
17:12:32.410 FAIL TypeError: getaddrinfo() argument 1 must be string or None
============== test case =====================
[Documentation] Write and Read keywords operate on CS session, so state between keyword calls is preserved.
${server}= Open Connection ${SERVER} prompt=${SERVERPROMPT}
Login ${SERVERUSERNAME} ${SERVERPASSWORD}
${client}= Open Connection ${CLIENT} prompt=${CLIENTPROMPT}
Login ${CLIENTUSERNAME} ${CLIENTPASSWORD}
${serverkill}= Open Connection ${SERVER} prompt=${SERVERPROMPT}
Login ${SERVERUSERNAME} ${SERVERPASSWORD}
This issue was originally opened at Google Code on May 16, 2013.
I am in process of automating iperf tests whose flows is as follows session 1 -
session 2 -
session 3 -
switch to session 1 - collect logs of server ... do some server log processing for errors. if the log contails killed ... then it was a pass case else if any failure message mark the entire test failed.
I am tried to create 3 connections but Login API failed as below: ============= log ===================================== Start / End / Elapsed: 20130516 17:12:32.409 / 20130516 17:12:32.410 / 00:00:00.001 17:12:32.409 INFO Logging into '3:22' as 'root'. 17:12:32.410 FAIL TypeError: getaddrinfo() argument 1 must be string or None ============== test case ===================== [Documentation] Write and Read keywords operate on CS session, so state between keyword calls is preserved.
This issue was originally opened at Google Code on May 16, 2013.