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

Unified Diff: cmd/jujud/bootstrap_test.go

Issue 94760043: make sure we give the vote to machine 0
Patch Set: make sure we give the vote to machine 0 Created 10 years, 11 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 | « cmd/jujud/bootstrap.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/jujud/bootstrap_test.go
=== modified file 'cmd/jujud/bootstrap_test.go'
--- cmd/jujud/bootstrap_test.go 2014-04-16 07:24:46 +0000
+++ cmd/jujud/bootstrap_test.go 2014-04-24 20:31:33 +0000
@@ -328,6 +328,10 @@
st, err = state.Open(stateinfo, state.DialOpts{}, environs.NewStatePolicy())
c.Assert(err, gc.IsNil)
defer st.Close()
+
+ m, err := st.Machine("0")
+ c.Assert(err, gc.IsNil)
+ c.Assert(m.HasVote(), jc.IsTrue)
}
var bootstrapArgTests = []struct {
« no previous file with comments | « cmd/jujud/bootstrap.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