Scenarios ********* Scenarios describe **what you need**. They define the tests and the necessary devices for them. Here you can find all scenarios that are implemented in this BalderHub package. For testing client devices ========================== Handshaking Phase Scenarios --------------------------- .. autoclass:: balderhub.rfb.scenarios.client.handshaking.ScenarioRfbHandshakingIllegalProt :members: :private-members: .. autoclass:: balderhub.rfb.scenarios.client.handshaking.ScenarioRfbHandshakingNoSecType :members: :private-members: .. autoclass:: balderhub.rfb.scenarios.client.handshaking.ScenarioRfbHandshakingSecHandshakeFailed :members: :private-members: .. autoclass:: balderhub.rfb.scenarios.client.handshaking.ScenarioRfbHandshakingSecTypeNone :members: :private-members: .. autoclass:: balderhub.rfb.scenarios.client.handshaking.ScenarioRfbHandshakingSecTypeVnc :members: :private-members: For testing server devices ========================== .. important:: Please note, that this section is not completed yet.