Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
Drpm_controller_unittest.py237 sut._enter_configuration_terminal(self.PORT, mock_ssh).AndReturn(True)
256 sut._enter_configuration_terminal(self.PORT, mock_ssh).AndReturn(True)
Drpm_controller.py833 def _enter_configuration_terminal(self, interface, ssh): member in CiscoPOEController
958 if not self._enter_configuration_terminal(interface, ssh):