~themue/juju-core/053-env-more-script-friendly

« back to all changes in this revision

Viewing changes to environs/openstack/live_test.go

Merge trunk and resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
        // Put some fake tools in place so that tests that are simply
110
110
        // starting instances without any need to check if those instances
111
111
        // are running will find them in the public bucket.
112
 
        envtesting.PutFakeTools(c, t.writeablePublicStorage)
 
112
        envtesting.UploadFakeTools(c, t.writeablePublicStorage)
113
113
}
114
114
 
115
115
func (t *LiveTests) TearDownSuite(c *C) {