Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 67 by [email protected]: SSH library 1.1
http://code.google.com/p/robotframework-sshlibrary/issues/detail?id=67
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}
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.