commit | cb22af9a160596d3fe39d2c66ca03bff0dc33b5d | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Wed Apr 23 14:25:42 2014 -0700 |
committer | Shawn Pearce <sop@google.com> | Wed Apr 23 14:26:15 2014 -0700 |
tree | b0acccd82e766edfb6db8f76aa7b838b2999218f | |
parent | 21a6c21717efb0899e53281b9c08d8140c2f95cf [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