Hi,

I am using pxssh to create an ssh connection with a server. this pxssh is defined in a script called session.py. in session.py i create an ssh connection and then send commands to be executed in that session and after execution of commends it will exit the ssh connection.

Now i am calling this script using subprocess.call () ,from master script called testrunner.py.

this testrunner.py calls sessioon.py...