Home | History | Annotate | Download | only in scheduler

Lines Matching refs:processes

40         processes = self.drone_utility._refresh_processes(self._fake_command,
43 for process in processes:
47 self.fail("No %s processes found" % self._fake_command)
58 # Test processes that have the mark in their env.
62 processes = self.drone_utility._refresh_processes(self._fake_command,
64 self.assertEqual(num_procs, len(processes))
65 self.assertEqual(proc_info_list, processes)
69 # Test processes that do not have the mark in their env
72 processes = self.drone_utility._refresh_processes(self._fake_command,
74 self.assertEqual([], processes)