~fwereade/juju-core/uniter-unit-lifecycle

« back to all changes in this revision

Viewing changes to environs/ec2/local_test.go

  • Committer: Roger Peppe
  • Date: 2012-09-21 19:26:45 UTC
  • mfrom: (559.1.1 085-fix-ec2)
  • Revision ID: roger.peppe@canonical.com-20120921192645-823wuk3mw1b3p16q
environs/ec2: fix tests

submitting as it's totally trivial.

R=
CC=
https://codereview.appspot.com/6543052

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
        var x map[interface{}]interface{}
233
233
        err = goyaml.Unmarshal(inst.UserData, &x)
234
234
        c.Assert(err, IsNil)
235
 
        CheckPackage(c, x, "zookeeper", true)
236
 
        CheckPackage(c, x, "zookeeperd", true)
 
235
        CheckPackage(c, x, "git", true)
237
236
        CheckScripts(c, x, "jujud bootstrap-state", true)
238
237
        // TODO check for provisioning agent
239
238
        // TODO check for machine agent