/usr/local/lib/python2.6/dist-packages/Crypto/Hash/SHA.py:6: DeprecationWarning: the sha module is deprecated; use the hashlib module instead from sha import * /usr/local/lib/python2.6/dist-packages/Crypto/Hash/MD5.py:6: DeprecationWarning: the md5 module is deprecated; use hashlib instead from md5 import * Exception in thread dtester-ssh: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/usr/local/lib/python2.6/dist-packages/dtest/dtester.py", line 442, in run self.__lastStepStatus = step[0](self,*(step[1]),**(step[2])) File "/usr/local/lib/python2.6/dist-packages/dtest/dtester.py", line 222, in runCommand return self.session.send(command+self.session.NEWLINE) File "/usr/local/lib/python2.6/dist-packages/dtest/ssh_session_handler.py", line 73, in send self.SSHShell.send(string) AttributeError: 'NoneType' object has no attribute 'send' Exception in thread dtester-ssh2: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/usr/local/lib/python2.6/dist-packages/dtest/dtester.py", line 442, in run self.__lastStepStatus = step[0](self,*(step[1]),**(step[2])) File "/usr/local/lib/python2.6/dist-packages/dtest/dtester.py", line 309, in putFile return self.session.putFile(srcPath,dstPath) File "/usr/local/lib/python2.6/dist-packages/dtest/ssh_session_handler.py", line 110, in putFile self.SFTPClient.put(sourcePath,destinationPath) AttributeError: 'NoneType' object has no attribute 'put' ## Test Sequence ... ## Number of DTesters = 2 ## Description: ## None 1..9 ok 1 - dtester ssh starts ok 2 - dtester2 ssh starts ok 3 - createdLocalFile ok 4 - No Tester did timeout. ## Test Sequence : PASSED. # Looks like you planned 9 tests but ran 4.