HomeSort by relevance Sort by last modified time
    Searched refs:_get_rpm_controller (Results 1 - 2 of 2) sorted by null

  /external/autotest/site_utils/rpm_control_system/
rpm_dispatcher_unittest.py 30 primarily RPMDispatcher initialization and _get_rpm_controller (which calls
60 Make sure that calls to _get_rpm_controller with DUT hostnames that
64 controller1 = self.dispatcher._get_rpm_controller(RPM_HOSTNAME)
65 controller2 = self.dispatcher._get_rpm_controller(RPM_HOSTNAME)
71 Make sure that calls to _get_rpm_controller with DUT hostnames that
75 controller1 = self.dispatcher._get_rpm_controller(DUT_SAME_RPM1)
76 controller2 = self.dispatcher._get_rpm_controller(DUT_DIFFERENT_RPM)
rpm_dispatcher.py 131 rpm_controller = self._get_rpm_controller(
137 def _get_rpm_controller(self, rpm_hostname, hydra_hostname=None): member in class:RPMDispatcher

Completed in 62 milliseconds