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

  /external/autotest/server/cros/network/
rf_switch_utils.py 38 def deallocate_rf_switch(rf_switch_host):
41 @param rf_switch_host: an instance of AFE Host object to unlock.
47 afe.unlock_hosts([rf_switch_host.hostname])
48 rf_switch = afe.get_hosts(hostnames=(rf_switch_host.hostname,))
rf_switch_controller.py 35 def __init__(self, rf_switch_host):
38 @param rf_switch_host: An AFE Host object of RF Switch.
40 self.rf_switch_host = rf_switch_host
41 self.rf_switch_labels = rf_switch_host.labels
rf_switch_controller_test.py 27 self.rf_switch_host = frontend.Host('', '')
31 self.rf_switch_host.hostname = 'chromeos9-rfswitch'
35 self.rf_switch_host.labels = ['rf_switch', 'rf_switch_1']
48 self.rf_switch_host)
62 self.rf_switch_host)
77 self.rf_switch_host)
92 self.rf_switch_host)

Completed in 642 milliseconds