Home
last modified time | relevance | path

Searched refs:ClientBox (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/cros/network/
Drf_switch_client_box_test.py32 client_box = rf_switch_client_box.ClientBox(self.client_box_host)
44 client_box = rf_switch_client_box.ClientBox(self.client_box_host)
57 client_box = rf_switch_client_box.ClientBox(self.client_box_host)
73 client_box = rf_switch_client_box.ClientBox(self.client_box_host)
Drf_switch_controller.py55 self.client_boxes.append(rf_switch_client_box.ClientBox(host))
Drf_switch_client_box.py22 class ClientBox(object): class