~rogpeppe/juju-core/492-sshinit-log-stdout

« back to all changes in this revision

Viewing changes to worker/uniter/uniter_test.go

  • Committer: John Arbash Meinel
  • Date: 2013-07-09 11:31:00 UTC
  • mto: (1384.3.6 upgrader-api-worker)
  • mto: This revision was merged to the branch mainline in revision 1419.
  • Revision ID: john@arbash-meinel.com-20130709113100-2mira0ti15p5nm67
Turn environs/agent into a top level agent/ package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        "fmt"
11
11
        "io"
12
12
        "io/ioutil"
 
13
        "net/url"
 
14
        "os"
 
15
        "os/exec"
 
16
        "path/filepath"
 
17
        "regexp"
 
18
        "strconv"
 
19
        "strings"
 
20
        stdtesting "testing"
 
21
        "time"
 
22
 
13
23
        . "launchpad.net/gocheck"
14
24
        "launchpad.net/goyaml"
 
25
 
 
26
        "launchpad.net/juju-core/agent"
15
27
        "launchpad.net/juju-core/charm"
16
 
        "launchpad.net/juju-core/environs/agent"
17
28
        "launchpad.net/juju-core/environs/config"
18
29
        "launchpad.net/juju-core/errors"
19
30
        "launchpad.net/juju-core/juju/testing"
24
35
        "launchpad.net/juju-core/utils/fslock"
25
36
        "launchpad.net/juju-core/worker"
26
37
        "launchpad.net/juju-core/worker/uniter"
27
 
        "net/url"
28
 
        "os"
29
 
        "os/exec"
30
 
        "path/filepath"
31
 
        "regexp"
32
 
        "strconv"
33
 
        "strings"
34
 
        stdtesting "testing"
35
 
        "time"
36
38
)
37
39
 
38
40
// worstCase is used for timeouts when timing out