~juju-qa/ubuntu/xenial/juju/2.0-rc2

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/apiserver/params/params_test.go

  • Committer: Nicholas Skaggs
  • Date: 2016-09-30 14:39:30 UTC
  • mfrom: (1.8.1)
  • Revision ID: nicholas.skaggs@canonical.com-20160930143930-vwwhrefh6ftckccy
import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                        Id:         "Benji",
44
44
                        InstanceId: "Shazam",
45
45
                        AgentStatus: multiwatcher.StatusInfo{
46
 
                                Current: status.StatusError,
 
46
                                Current: status.Error,
47
47
                                Message: "foo",
48
48
                        },
49
49
                        InstanceStatus: multiwatcher.StatusInfo{
50
 
                                Current: status.StatusPending,
 
50
                                Current: status.Pending,
51
51
                        },
52
52
                        Life:                    multiwatcher.Life("alive"),
53
53
                        Series:                  "trusty",
75
75
                                "foo":   false,
76
76
                        },
77
77
                        Status: multiwatcher.StatusInfo{
78
 
                                Current: status.StatusActive,
 
78
                                Current: status.Active,
79
79
                                Message: "all good",
80
80
                        },
81
81
                },
103
103
                        PrivateAddress: "10.0.0.1",
104
104
                        MachineId:      "1",
105
105
                        WorkloadStatus: multiwatcher.StatusInfo{
106
 
                                Current: status.StatusActive,
 
106
                                Current: status.Active,
107
107
                                Message: "all good",
108
108
                        },
109
109
                        AgentStatus: multiwatcher.StatusInfo{
110
 
                                Current: status.StatusIdle,
 
110
                                Current: status.Idle,
111
111
                        },
112
112
                },
113
113
        },