
Michael Pasternak has submitted this change and it was merged. Change subject: cli: introducing FiniteStateMachine (2/2) ...................................................................... cli: introducing FiniteStateMachine (2/2) this patch: - completes state management cycle. - moves visualisation experience away from the shell/commands to the state callbacks making engineshell only maintainer. Change-Id: Ia739a5484b83ebd4cbdf0c4fabf7e763a20fa58f Signed-off-by: Michael pasternak <mpastern@redhat.com> --- M src/cli/error.py M src/ovirtcli/command/connect.py M src/ovirtcli/command/disconnect.py M src/ovirtcli/listeners/errorlistener.py M src/ovirtcli/shell/connectcmdshell.py M src/ovirtcli/shell/disconnectcmdshell.py M src/ovirtcli/shell/engineshell.py D src/ovirtcli/state/dfsaeventcontext.py M src/ovirtcli/state/dfsastate.py M src/ovirtcli/state/finitestatemachine.py M src/ovirtcli/state/statemachine.py 11 files changed, 119 insertions(+), 142 deletions(-) Approvals: Michael Pasternak: Verified; Looks good to me, approved Ravi Nori: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/20508 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia739a5484b83ebd4cbdf0c4fabf7e763a20fa58f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <mpastern@redhat.com> Gerrit-Reviewer: Michael Pasternak <mpastern@redhat.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com>