Status: New
Owner: ----
Labels: Type-Enhancememt Priority-Medium

New issue 72 by tatu.ka...@eficode.com: New keyword: `Get Current Connection Id`
http://code.google.com/p/robotframework-sshlibrary/issues/detail?id=72

The following workflow should be possible:

    ${id} =    Get Current Connection Id
    Open Connection    ...
    Do Something With The Connection
    Close The Connection
    Switch Connection    ${id}

From email discussions on users-list

This should work so that if there are no connections, `Get Current Connection Id` returns `None`. `Switch Connection` should, naturally, handle `None` as id too. Basically it should deactivate the current connection if there is one.

See email on Thursday, June 20, 2013 2:30 AM for further specifications



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to