Reviewers: mp+217314_code.launchpad.net, Message: Please take a look. Description: utils/ssh: Override rsa.GenerateKey in tests Make ssh tests faster by generating one, smaller, RSA key and reusing it for all tests. This is particularly helpful on arm where the math prime functions are very slow. https://code.launchpad.net/~gz/juju-core/generatekey_testoverride_1312850/+merge/217314 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/95780044/ Affected files (+31, -1 lines): A [revision details] M utils/ssh/clientkeys_test.go M utils/ssh/export_test.go M utils/ssh/generate.go M utils/ssh/generate_test.go M utils/ssh/ssh_gocrypto_test.go M utils/ssh/ssh_test.go Index: [revision details] === added file '[revision details]' --- [revision details] 2012-01-01 00:00:00 +0000 +++ [revision details] 2012-01-01 00:00:00 +0000 @@ -0,0 +1,2 @@ +Old revision: tarmac-20140423115706-1c02li5w6rmcg533 +New revision: