Make Utils.robot work with more than one session. 58/49258/3
authorejisfza <jose.luis.franco.arza@ericsson.com>
Mon, 12 Dec 2016 13:25:11 +0000 (14:25 +0100)
committerVratko Polák <vrpolak@cisco.com>
Thu, 15 Dec 2016 13:53:10 +0000 (13:53 +0000)
commit88ee645487404f9097963b65acef9ff5f3ec9532
treef7c4722087fdca7d9836b4f45ee28aa7c5a3089b
parentadbe7593ef4df472ea1506de68e8324f15d1d732
Make Utils.robot work with more than one session.

Most of the Utils.robot functions were implemented
to use a fixed session variable named 'session'.
This is a problem when having a cluster configured
in which you might want to use some of the tools
with a different controller.
The solution is adding a new argument ${session}
initialized to 'session' to avoid changing the
default behavior of the function.

Change-Id: I8a7341893c77a4d3789522cfe100304ce5658aa5
Signed-off-by: ejisfza <jose.luis.franco.arza@ericsson.com>
csit/libraries/Utils.robot