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

Unified Diff: cmd/jujud/upgrade_test.go

Issue 70010045: Agent config format 1.18 (Closed)
Patch Set: Agent config format 1.18 Created 11 years, 1 month 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_test.go ('k') | container/kvm/kvm.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/jujud/upgrade_test.go
=== modified file 'cmd/jujud/upgrade_test.go'
--- cmd/jujud/upgrade_test.go 2014-02-28 07:28:43 +0000
+++ cmd/jujud/upgrade_test.go 2014-03-04 14:33:43 +0000
@@ -82,7 +82,7 @@
// Wait for upgrade steps to run.
success := false
for attempt := coretesting.LongAttempt.Start(); attempt.Next(); {
- conf, err := agent.ReadConf(oldConfig.DataDir(), s.machine.Tag())
+ conf, err := agent.ReadConf(agent.ConfigPath(oldConfig.DataDir(), s.machine.Tag()))
c.Assert(err, gc.IsNil)
success = conf.UpgradedToVersion() == s.upgradeToVersion.Number
if success {
« no previous file with comments | « cmd/jujud/bootstrap_test.go ('k') | container/kvm/kvm.go » ('j') | no next file with comments »

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