Add AuthHandler to stresstool 16/19816/3
authorTomas Cere <tcere@cisco.com>
Tue, 5 May 2015 09:21:18 +0000 (11:21 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 15 May 2015 08:16:43 +0000 (08:16 +0000)
commitcb1ecf0256d48f1cfc5224cf311d749ce856e90c
tree0b92f1d24fe64bc186d1104440293c8ab72ef665
parent61e1b7223e0000d66af405482eb6d57d2af707e8
Add AuthHandler to stresstool

Stop bundling BouncyCastle into strestool uber-jar,
JCE certificate gets wiped this way and Oracle JDK refuses to use it.
Instead export them into target/lib dir and setup stresstool jar classpath to point to this directory.

Change-Id: I3c7ab9ea0f5faba2f02f4e0cfa21adda6bce2e4e
Signed-off-by: Tomas Cere <tcere@cisco.com>
opendaylight/netconf/netconf-testtool/pom.xml
opendaylight/netconf/netconf-testtool/src/main/java/org/opendaylight/controller/netconf/test/tool/client/stress/Parameters.java
opendaylight/netconf/netconf-testtool/src/main/java/org/opendaylight/controller/netconf/test/tool/client/stress/StressClient.java
opendaylight/netconf/netconf-testtool/src/main/java/org/opendaylight/controller/netconf/test/tool/client/stress/StressClientCallable.java