Add Nexus artifact deployment initialization keyword 94/33994/2
authorJozef Behran <jbehran@cisco.com>
Wed, 3 Feb 2016 11:14:42 +0000 (12:14 +0100)
committerJozef Behran <jbehran@cisco.com>
Thu, 4 Feb 2016 08:50:47 +0000 (09:50 +0100)
commitc09ce317c106c0f43633cd24787508ed8e7b95cc
tree327783e57411b035362e963d2ab5bf5c05f57ae7
parent89a0de79613690b2d184b6c27eeb1f51e084ba49
Add Nexus artifact deployment initialization keyword

Currently this Nexus artifact deployment initialization
keyword contains the code to connect to the tools system,
which was extracted into a keyword in SSHKeywords. This
artifact deployment initialization keyword is then called
in all suites that need to deploy test tools so any code
that explicitly opens this connection was removed from the
suites that need the Nexus artifact deployment facility.

For Netconf test suite this setup keyowrd gets called
automatically from NetconfKeywords setup keyword so
no explicit Nexus keywords initialization is done there.

This is a part of working around the bug 5206.

Change-Id: If46823d7aba92657b99d050e3098ec7c99895824
Signed-off-by: Jozef Behran <jbehran@cisco.com>
csit/libraries/NetconfKeywords.robot
csit/libraries/NexusKeywords.robot
csit/libraries/SSHKeywords.robot
csit/suites/bgpcep/pcepuser/pcepuser.robot
csit/suites/bgpcep/tcpmd5user/tcpmd5user.robot
csit/suites/netconf/CRUD/CRUD.robot
csit/suites/netconf/clustering/CRUD.robot
csit/suites/netconf/scale/getmulti.robot
csit/suites/netconf/scale/getsingle.robot