Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(43)

Unified Diff: provider/dummy/environs.go

Issue 56680043: testing: use valid authorized keys
Patch Set: testing: use valid authorized keys Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « provider/common/bootstrap.go ('k') | provider/ec2/local_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: provider/dummy/environs.go
=== modified file 'provider/dummy/environs.go'
--- provider/dummy/environs.go 2014-01-23 20:30:35 +0000
+++ provider/dummy/environs.go 2014-01-24 16:56:17 +0000
@@ -65,7 +65,7 @@
return testing.Attrs{
"type": "dummy",
"name": "only",
- "authorized-keys": "my-keys",
+ "authorized-keys": testing.FakeAuthKeys,
"firewall-mode": config.FwInstance,
"admin-secret": testing.DefaultMongoPassword,
"ca-cert": testing.CACert,
« no previous file with comments | « provider/common/bootstrap.go ('k') | provider/ec2/local_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b