Home
last modified time | relevance | path

Searched refs:find_proc (Results 1 – 2 of 2) sorted by relevance

/unit/test/
H A Dtest_respawn.py49 def find_proc(name, ppid, ps_output): function
69 assert len(find_proc(PATTERN_ROUTER, unit_pid, out)) == 1
70 assert len(find_proc(PATTERN_CONTROLLER, unit_pid, out)) == 1
71 assert len(find_proc(client.app_name, unit_pid, out)) == 1
H A Dconftest.py604 def find_proc(name, ps_output): function