Add AuthHandler to stresstool 87/19687/7
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)
commit1d1cbbb083071505ee4fa2204d5d42e74d82c9f9
tree48b7af86ee8618d10734296f4dc2070a0bbb50dd
parentda93ea3a0b9211c51ec3cbb595e05e8b15d459d4
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