MCPcopy
hub / github.com/jtesta/ssh-audit / test_key_payload

Method test_key_payload

test/test_ssh2.py:151–154  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149 return kex
150
151 def test_key_payload(self):
152 kex1 = self._get_kex_variat1()
153 kex2 = self.ssh2_kex.parse(self.OutputBuffer, self._kex_payload())
154 assert kex1.payload == kex2.payload
155
156 def test_ssh2_server_simple(self, output_spy, virtual_socket):
157 vsocket = virtual_socket

Callers

nothing calls this directly

Calls 3

_get_kex_variat1Method · 0.95
_kex_payloadMethod · 0.95
parseMethod · 0.45

Tested by

no test coverage detected