~kirkland/pyjuju/tmux

« back to all changes in this revision

Viewing changes to ensemble/lib/testing.py

orchestra provider is now capable of communicating with a cobblerserver

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
        yield self.client.exists("/zookeeper")
136
136
        returnValue(True)
137
137
 
 
138
    client_got = False
 
139
 
138
140
    def get_zookeeper_client(self):
139
141
        client = ZookeeperClient(
140
142
            get_test_zookeeper_address(), session_timeout=1000)