OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rf_switch_host
(Results
1 - 3
of
3
) sorted by null
/external/autotest/server/cros/network/
rf_switch_utils.py
37
def deallocate_rf_switch(
rf_switch_host
):
40
@param
rf_switch_host
: an instance of AFE Host object to unlock.
46
afe.unlock_hosts([
rf_switch_host
.hostname])
47
rf_switch = afe.get_hosts(hostnames=[
rf_switch_host
.hostname])
rf_switch_controller.py
34
def __init__(self,
rf_switch_host
):
37
@param
rf_switch_host
: An AFE Host object of RF Switch.
39
self.
rf_switch_host
=
rf_switch_host
40
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 63 milliseconds