DFE / MONK

MONK is an automated integration and system test framework primarily designed for DFE's HydraIP devices.
dfe.github.io/MONK
GNU General Public License v3.0
1 stars 9 forks source link

Connected.login(): should not switch state when login fails #101

Closed erikbgithub closed 9 years ago

erikbgithub commented 10 years ago

Problem

Even when a user can't be authenticated from state Connected, the state machine still moves on to the state Authenticated.

Solution

.

erikbgithub commented 9 years ago

No state machine anymore, using pexpect for connection handling now.