def test_getSessionKey(self): smb = self.create_connection() smb.login(self.username, self.password, self.domain) smb.getSessionKey() smb.logoff