~rogpeppe/juju-core/438-local-instance-Addresses

« back to all changes in this revision

Viewing changes to cmd/juju/bootstrap_test.go

  • Committer: Tarmac
  • Author(s): William Reade
  • Date: 2013-10-02 20:46:17 UTC
  • mfrom: (1925.1.2 juju-core)
  • Revision ID: tarmac-20131002204617-n4jykbbhc52jryuj
[r=fwereade] environs: Prepare sets admin-secret

https://codereview.appspot.com/14284044/

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
}, {
229
229
        info: "bad environment",
230
230
        args: []string{"-e", "brokenenv"},
231
 
        err:  `environment configuration has no admin-secret`,
 
231
        err:  `dummy.Bootstrap is broken`,
232
232
}, {
233
233
        info:        "constraints",
234
234
        args:        []string{"--constraints", "mem=4G cpu-cores=4"},