As Server starts to perform test item, it shows,
18:40:51 INFO | autoserv| Started XMLRPC server on host 192.168.1.18, pid = 8966
18:40:51 INFO | autoserv| Full tunnel command: /usr/bin/ssh -a -x -n -N -q -L 36087:localhost:9990 -o Protocol=2 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes -o ConnectTimeout=30 -o ServerAliveInterval=900 -o ServerAliveCountMax=3 -o ConnectionAttempts=4 -l root -p 22 192.168.1.18
18:40:51 INFO | autoserv| Started ssh tunnel, local = 36087 remote = 9990, pid = 612
18:40:51 INFO | autoserv| Waiting 120 seconds for XMLRPC server to start.
18:40:51 INFO | autoserv| <class 'socket.error'>([Errno 111] Connection refused: "<RPCProxy '
192.168.1.18:9990'> (localhost:36087)")
18:40:51 INFO | autoserv| Retrying in 0.796286 seconds...
18:40:52 INFO | autoserv| <class 'socket.error'>([Errno 104] Connection reset by peer: "<RPCProxy '
192.168.1.18:9990'> (localhost:36087)")
18:40:52 INFO | autoserv| Retrying in 0.777513 seconds...
18:40:53 INFO | autoserv| <class 'socket.error'>([Errno 104] Connection reset by peer: "<RPCProxy '
192.168.1.18:9990'> (localhost:36087)")
18:40:53 INFO | autoserv| Retrying in 0.963274 seconds...
18:40:54 INFO | autoserv| <class 'socket.error'>([Errno 104] Connection reset by peer: "<RPCProxy '
192.168.1.18:9990'> (localhost:36087)")
18:40:54 INFO | autoserv| Retrying in 1.253809 seconds...
18:40:55 INFO | autoserv| <class 'socket.error'>([Errno 104] Connection reset by peer: "<RPCProxy '
192.168.1.18:9990'> (localhost:36087)")
18:40:55 INFO | autoserv| Retrying in 0.592433 seconds...
But able to verify connection Via ssh (IP is 192.168.1.18):
Password:
localhost ~ # exit
logout
Connection to 192.168.1.18 closed.
(cr) ((5fba239...)) pfw1@MP1 ~/trunk/src/scripts $ ssh -q root@dut exit; echo $?
255
Sound simple and straight, but not working, any helpful advice?