Home
last modified time | relevance | path

Searched refs:init_ssh (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/py-salt/salt-3004.1/tests/unit/proxy/
H A Dtest_nxos.py267 with patch("salt.proxy.nxos._init_ssh", autospec=True) as init_ssh:
269 self.assertEqual(result, init_ssh.return_value)
276 with patch("salt.proxy.nxos._init_ssh", autospec=True) as init_ssh:
278 self.assertEqual(result, init_ssh.return_value)
/dports/devel/py-jupyter-client/jupyter_client-6.1.12/jupyter_client/
H A Dconsoleapp.py205 def init_ssh(self): member in JupyterConsoleApp
342 self.init_ssh()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/test/
H A Dssh_trpt_test_lib.erl120 ssh = init_ssh(server, Socket, host(Host), Opts),
127 ssh = init_ssh(client, Socket, host(Host), Opts),
302 init_ssh(Role, Socket, Host, UserOptions0) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/test/
H A Dssh_trpt_test_lib.erl122 ssh = init_ssh(server, Socket, host(Host), Opts),
129 ssh = init_ssh(client, Socket, host(Host), Opts),
304 init_ssh(Role, Socket, Host, UserOptions0) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_trpt_test_lib.erl120 ssh = init_ssh(server, Socket, host(Host), Opts),
127 ssh = init_ssh(client, Socket, host(Host), Opts),
302 init_ssh(Role, Socket, Host, UserOptions0) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_trpt_test_lib.erl120 ssh = init_ssh(server, Socket, host(Host), Opts),
127 ssh = init_ssh(client, Socket, host(Host), Opts),
302 init_ssh(Role, Socket, Host, UserOptions0) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_trpt_test_lib.erl120 ssh = init_ssh(server, Socket, host(Host), Opts),
127 ssh = init_ssh(client, Socket, host(Host), Opts),
302 init_ssh(Role, Socket, Host, UserOptions0) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_trpt_test_lib.erl120 ssh = init_ssh(server, Socket, host(Host), Opts),
127 ssh = init_ssh(client, Socket, host(Host), Opts),
302 init_ssh(Role, Socket, Host, UserOptions0) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/test/
H A Dssh_trpt_test_lib.erl122 ssh = init_ssh(server, Socket, host(Host), Opts),
129 ssh = init_ssh(client, Socket, host(Host), Opts),
304 init_ssh(Role, Socket, Host, UserOptions0) -> function
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Dbootstrap.py1119 def init_ssh(): function
2384 init_ssh()
/dports/net-mgmt/crmsh/crmsh-4.3.1/test/unittests/
H A Dtest_bootstrap.py817 bootstrap.init_ssh()