Ticket #3995 enhancement new
need unit test that ssh_CHANNEL_OPEN sends a packet rather than raising a TypeError
| Reported by: | jesstess | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | jesstess, thijs, exarkun | Branch: | |
| Author: | Launchpad Bug: |
Description
Prior to the changes in #3657, ConchUser.lookupChannel raised a ConchError with the arguments reversed. twisted.conch.ssh.connection.ssh_CHANNEL_OPEN uses the attributes of ConchError to send an SSH message so this reversal caused the traceback described at the top of #3657.
Once #3657 is closed, we need a unit test that the behavior is now correct and ssh_CHANNEL_OPEN sends a packet rather than raising a TypeError.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

