Add AuthHandler to stresstool
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:17:10 +0000 (08:17 +0000)
commit662227af958d0223dbbd7a90ba87f95cab047e03
tree2d13d9604cff8733a4b4726ec398282328c57380
parent7db495075033f450ee29f8164c5922ae138e2ca6
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