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

Delta Between Two Patch Sets: worker/deployer/simple_test.go

Issue 66540044: Added LogDir to agent conf, upgrade steps (Closed)
Left Patch Set: Added LogDir to agent conf, upgrade steps Created 11 years, 1 month ago
Right Patch Set: Added LogDir to agent conf, upgrade steps Created 11 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« agent/agent.go ('K') | « worker/deployer/simple.go ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 // Copyright 2012, 2013 Canonical Ltd. 1 // Copyright 2012, 2013 Canonical Ltd.
2 // Licensed under the AGPLv3, see LICENCE file for details. 2 // Licensed under the AGPLv3, see LICENCE file for details.
3 3
4 package deployer_test 4 package deployer_test
5 5
6 import ( 6 import (
7 "encoding/json" 7 "encoding/json"
8 "fmt" 8 "fmt"
9 "io/ioutil" 9 "io/ioutil"
10 "os" 10 "os"
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 return []byte(testing.CACert) 314 return []byte(testing.CACert)
315 } 315 }
316 316
317 func (mock *mockConfig) Value(_ string) string { 317 func (mock *mockConfig) Value(_ string) string {
318 return "" 318 return ""
319 } 319 }
320 320
321 func agentConfig(tag, datadir, logDir string) agent.Config { 321 func agentConfig(tag, datadir, logDir string) agent.Config {
322 return &mockConfig{tag: tag, datadir: datadir, logDir: logDir} 322 return &mockConfig{tag: tag, datadir: datadir, logDir: logDir}
323 } 323 }
LEFTRIGHT

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