Remove AsyncSshHandler.handleSshAuthenticated() 18/102718/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 18 Oct 2022 08:55:29 +0000 (10:55 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 18 Oct 2022 10:06:26 +0000 (12:06 +0200)
This method is the locked bottom of onAuthComplete(), rename it and
split out onOpenComplete(), making the flow more linear. Also switch
to use getException() to discern success/failure, fixing up badly-named
mocks.

JIRA: NETCONF-905
Change-Id: I7a0c20b872b19b66e99144d0ce83636d6b4cd400
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found