~sinzui/juju-ci-tools/migrate-clouds

« back to all changes in this revision

Viewing changes to fakejuju.py

Implmement wait_for_version using wait_for.

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
                'relations': self.relations.get(service, {}),
279
279
                'exposed': service in self.exposed,
280
280
                }
281
 
        return {'machines': machines, 'applications': services}
 
281
        return {
 
282
            'machines': machines,
 
283
            'applications': services,
 
284
            'model': {'name': self.name},
 
285
            }
282
286
 
283
287
    def add_ssh_key(self, keys_to_add):
284
288
        errors = []