~fwereade/pyjuju/webdav-storage

« back to all changes in this revision

Viewing changes to ensemble/lib/testing.py

  • Committer: William Reade
  • Date: 2011-07-27 10:43:22 UTC
  • mfrom: (274.2.13 cobbler-instance-ids)
  • Revision ID: fwereade@gmail.com-20110727104322-bepleg2nxdevufji
merge another dependency

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)