Use test tools from release that is under test 95/33995/10
authorJozef Behran <jbehran@cisco.com>
Wed, 3 Feb 2016 10:42:50 +0000 (11:42 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 5 Feb 2016 12:45:43 +0000 (12:45 +0000)
commit1070e381673ac20140ab6ed9064e0ac3d97e1691
treed10654480b81f7e12a50b9023e1d72adad872227
parent344cbb5400084ae443b8eb10d4c2e27b6d014dc4
Use test tools from release that is under test

The old practice was "use the test tool with the latest
version" which almost always means "use the test tool
from the latest release". However this will break the tests
for the older releases if incompatible change is being made
to these tools. This is currently the case as the latest
release (Boron) is built with Java 8 and the older releases
(Lithium, Beryllium) are built with Java 7 and tested on
Java 7 VMs.

This adds an ugly piece of code to try to deploy and use
test tools from the release that is being tested. The
problem that prompts for the ugly code was reported as
bug 5206.

Change-Id: Id683c352ffd7e506255cbc7e0e28d612c2803360
Signed-off-by: Jozef Behran <jbehran@cisco.com>
csit/libraries/NexusKeywords.robot
csit/libraries/SSHKeywords.robot
tools/deployment/search.sh [new file with mode: 0644]