MCPcopy Create free account
hub / github.com/ceph/ceph / match

Method match

qa/tasks/ceph_test_case.py:220–225  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

218
219 class ContextManager(object):
220 def match(self):
221 found = expected_pattern in self.watcher_process.stdout.getvalue()
222 if invert_match:
223 return not found
224
225 return found
226
227 def __enter__(self):
228 self.watcher_process = ceph_manager.run_ceph_w(watch_channel)

Callers 15

__exit__Method · 0.95
parse_versionFunction · 0.45
destroy_keyringFunction · 0.45
get_osd_pgsFunction · 0.45
clients_evictedFunction · 0.45
mon_in_localhostFunction · 0.45
_set_fuse_daemon_pidMethod · 0.45
__init__Method · 0.45
backup_resolvFunction · 0.45
get_ip_and_portsFunction · 0.45
_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected