~james-page/ubuntu/wily/juju-core/mir-fixes

« back to all changes in this revision

Viewing changes to src/launchpad.net/juju-core/state/apiserver/machine/machiner_test.go

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-03-28 08:58:42 UTC
  • mfrom: (1.1.21)
  • Revision ID: package-import@ubuntu.com-20140328085842-cyzrgc120bdfxwj0
Tags: 1.17.7-0ubuntu1
* New upstream point release, including fixes for:
  - no debug log with all providers on Ubuntu 14.04 (LP: #1294776).
* d/control: Add cpu-checker dependency to juju-local (LP: #1297077).

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        c.Assert(err, gc.IsNil)
58
58
 
59
59
        args := params.SetStatus{
60
 
                Entities: []params.SetEntityStatus{
 
60
                Entities: []params.EntityStatus{
61
61
                        {Tag: "machine-1", Status: params.StatusError, Info: "not really"},
62
62
                        {Tag: "machine-0", Status: params.StatusStopped, Info: "foobar"},
63
63
                        {Tag: "machine-42", Status: params.StatusStarted, Info: "blah"},