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

Unified Diff: environs/ec2/config_test.go

Issue 6852081: environs/config: old (reverted) CL
Patch Set: environs/config: old (reverted) CL Created 12 years, 4 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 | « environs/dummy/environs_test.go ('k') | environs/ec2/live_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: environs/ec2/config_test.go
=== modified file 'environs/ec2/config_test.go'
--- environs/ec2/config_test.go 2012-11-21 11:57:33 +0000
+++ environs/ec2/config_test.go 2012-11-21 13:05:46 +0000
@@ -7,6 +7,7 @@
"launchpad.net/goyaml"
"launchpad.net/juju-core/environs"
"launchpad.net/juju-core/environs/config"
+ "launchpad.net/juju-core/testing"
"os"
"path/filepath"
"strings"
@@ -49,7 +50,9 @@
envs := attrs{
"environments": attrs{
"testenv": attrs{
- "type": "ec2",
+ "type": "ec2",
+ "ca-cert": testing.CACertPEM,
+ "ca-private-key": testing.CAKeyPEM,
},
},
}
« no previous file with comments | « environs/dummy/environs_test.go ('k') | environs/ec2/live_test.go » ('j') | no next file with comments »

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