Searched defs:IP (Results 1 – 7 of 7) sorted by relevance
/tools/acloud/create/ | ||
D | cheeps_remote_image_remote_instance_test.py | 20 IP = gcompute_client.IP(external="127.0.0.1", internal="10.0.0.1") variable in CheepsRemoteImageRemoteInstanceTest |
/tools/acloud/public/actions/ | ||
D | common_operations_test.py | 36 IP = gcompute_client.IP(external="127.0.0.1", internal="10.0.0.1") variable in CommonOperationsTest |
D | create_cuttlefish_action_test.py | 38 IP = gcompute_client.IP(external="127.0.0.1", internal="10.0.0.1") variable in CreateCuttlefishActionTest |
D | create_goldfish_action_test.py | 34 IP = gcompute_client.IP(external="127.0.0.1", internal="10.0.0.1") variable in CreateGoldfishActionTest |
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ | ||
D | BtEnum.py | 68 IP = "00000009-0000-1000-8000-00805F9B34FB" variable in RfcommUuid |
/tools/test/connectivity/acts/framework/acts/controllers/ | ||
D | arduino_wifi_dongle.py | 39 IP = 'IP: ' variable |
/tools/acloud/internal/lib/ | ||
D | gcompute_client.py | 56 IP = collections.namedtuple("IP", ["external", "internal"]) variable |