Merge pull request #9440 from brendandburns/ssh

Add an initial test for SSH.
This commit is contained in:
krousey
2015-06-09 12:08:26 -07:00
3 changed files with 185 additions and 4 deletions

View File

@@ -1217,7 +1217,7 @@ func getSigner(provider string) (ssh.Signer, error) {
key := filepath.Join(keydir, keyfile)
Logf("Using SSH key: %s", key)
return util.MakePrivateKeySigner(key)
return util.MakePrivateKeySignerFromFile(key)
}
// checkPodsRunning returns whether all pods whose names are listed in podNames