Update location of ssh keys in servo-stat.
The location of the ssh test keys has moved; servo-stat depends on
the keys, so update the code to point to the new location.
BUG=None
TEST=run servo-stat, see it not complain about missing keys
Change-Id: I2f674e29bb3167c5bb24c2f6b0fed1e88ee074d8
Reviewed-on: https://chromium-review.googlesource.com/222873
Commit-Queue: Richard Barnette <[email protected]>
Tested-by: Richard Barnette <[email protected]>
Reviewed-by: Richard Barnette <[email protected]>
diff --git a/contrib/servo-stat b/contrib/servo-stat
index 46864e8..72e211a 100755
--- a/contrib/servo-stat
+++ b/contrib/servo-stat
@@ -19,7 +19,7 @@
HDCTOOLS=$(readlink -f $REPO/chroot/usr/lib/python2.7/site-packages/servo)
KEYFILE=$REPO
KEYFILE=$KEYFILE/src/third_party/chromiumos-overlay
-KEYFILE=$KEYFILE/chromeos-base/chromeos-test-testauthkeys/files/testing_rsa
+KEYFILE=$KEYFILE/chromeos-base/chromeos-ssh-testkeys/files/testing_rsa
# Need some temporary files to keep ssh happy:
# + Just setting StrictHostKeyChecking=no won't silence all