commit | 222806f56ff5dc298b90755eb05285bc182145cb | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Wed Apr 23 14:25:42 2014 -0700 |
committer | David Ostrovsky <david@ostrovsky.org> | Thu Apr 24 08:30:43 2014 +0200 |
tree | 27930c47e29fd5d318b903e0c79a1260e1384293 | |
parent | c7095c8450965600a8ceed9f1c88589c5fc84c0f [diff] |
tests: Use insecure random for acceptance tests This reduces startup time for JUnit tests which need random data to seed the SSHD PRNG. Using /dev/./urandom is necessary as a workaround on modern Java versions[1]. [1] https://bugs.openjdk.java.net/browse/JDK-6202721 Change-Id: I944f73e93dca131c6947779a3f9f4fb8d87b9a54