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

Unified Diff: worker/uniter/uniter_test.go

Issue 6850087: environs/config: make CA cert optional
Patch Set: environs/config: make CA cert optional 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 | « testing/cert.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: worker/uniter/uniter_test.go
=== modified file 'worker/uniter/uniter_test.go'
--- worker/uniter/uniter_test.go 2012-11-21 11:57:33 +0000
+++ worker/uniter/uniter_test.go 2012-11-21 13:05:46 +0000
@@ -763,6 +763,8 @@
"type": "dummy",
"default-series": "abominable",
"authorized-keys": "we-are-the-keys",
+ "ca-cert": coretesting.CACertPEM,
+ "ca-private-key": "",
})
c.Assert(err, IsNil)
err = ctx.st.SetEnvironConfig(cfg)
« no previous file with comments | « testing/cert.go ('k') | no next file » | no next file with comments »

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