Home
last modified time | relevance | path

Searched defs:IP (Results 1 – 7 of 7) sorted by relevance

/tools/acloud/create/
Dcheeps_remote_image_remote_instance_test.py20 IP = gcompute_client.IP(external="127.0.0.1", internal="10.0.0.1") variable in CheepsRemoteImageRemoteInstanceTest
/tools/acloud/public/actions/
Dcommon_operations_test.py36 IP = gcompute_client.IP(external="127.0.0.1", internal="10.0.0.1") variable in CommonOperationsTest
Dcreate_cuttlefish_action_test.py38 IP = gcompute_client.IP(external="127.0.0.1", internal="10.0.0.1") variable in CreateCuttlefishActionTest
Dcreate_goldfish_action_test.py34 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/
DBtEnum.py68 IP = "00000009-0000-1000-8000-00805F9B34FB" variable in RfcommUuid
/tools/test/connectivity/acts/framework/acts/controllers/
Darduino_wifi_dongle.py39 IP = 'IP: ' variable
/tools/acloud/internal/lib/
Dgcompute_client.py56 IP = collections.namedtuple("IP", ["external", "internal"]) variable