process

   1     class ProcessChecker(__builtin__.object)
   2 #    Check all running process looking for a given pattern
   3     
   4 #    Methods defined here:
   5     
   6     check_cmdline(self, pattern)
   7 #        Check if the command line of any process matches the given pattern
   8     
   9     get_error_message(self, app)
  10 #        Return error message for an incompatible application process running

QATeam/AutomatedTesting/UbuntuAutomationTestHarness/process (last edited 2012-07-19 13:12:00 by c-98-223-36-80)