Home
last modified time | relevance | path

Searched refs:IP (Results 1 – 25 of 33) sorted by relevance

12

/tools/acloud/public/actions/
Dcreate_goldfish_action_test.py34 IP = ssh.IP(external="127.0.0.1", internal="10.0.0.1") variable in CreateGoldfishActionTest
105 self.compute_client.GetInstanceIP.return_value = self.IP
154 "ip": self.IP.external,
215 self.compute_client.GetInstanceIP.return_value = self.IP
273 "ip": self.IP.external,
334 self.compute_client.GetInstanceIP.return_value = self.IP
384 "ip": self.IP.external,
Dcommon_operations_test.py37 IP = ssh.IP(external="127.0.0.1", internal="10.0.0.1") variable in CommonOperationsTest
61 self.Patch(self.compute_client, "GetInstanceIP", return_value=self.IP)
110 "ip": self.IP.external,
134 "ip": self.IP.external,
156 "ip": self.IP.internal,
Dcreate_cuttlefish_action_test.py39 IP = ssh.IP(external="127.0.0.1", internal="10.0.0.1") variable in CreateCuttlefishActionTest
106 self.compute_client.GetInstanceIP.return_value = self.IP
160 "ip": self.IP.external,
Dremote_instance_fvp_device_factory_test.py59 fake_ip = ssh.IP(external="1.1.1.1", internal="10.1.1.1")
/tools/acloud/create/
Dcheeps_remote_image_remote_instance_test.py20 IP = ssh.IP(external="127.0.0.1", internal="10.0.0.1") variable in CheepsRemoteImageRemoteInstanceTest
53 self.compute_client.GetInstanceIP.return_value = self.IP
98 "ip": self.IP.external,
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt32 also sometimes referred to as IP Next Generation or IPng.
74 IP version 6 (IPv6) is a new version of the Internet Protocol,
75 designed as the successor to IP version 4 (IPv4) [RFC-791]. The
81 IPv6 increases the IP address size from 32 bits to 128 bits, to
97 Changes in the way IP header options are encoded allows for
1396 "differentiated service" for IP packets, other than through the use
1408 on what sorts of traffic classifications are most useful for IP
1468 addresses from the IP header in its checksum computation must be
1950 [RFC-2402] Kent, S. and R. Atkinson, "IP Authentication Header",
1953 [RFC-2406] Kent, S. and R. Atkinson, "IP Encapsulating Security
[all …]
/tools/acloud/internal/lib/
Dssh_test.py36 FAKE_IP = ssh.IP(external="1.1.1.1", internal="10.1.1.1")
180 ssh_object = ssh.Ssh(ip=ssh.IP(external="1.1.1.1", internal="10.1.1.1"),
188 ssh_object = ssh.Ssh(ip=ssh.IP(external="1.1.1.1", internal="10.1.1.1"),
195 ssh_object = ssh.Ssh(ip=ssh.IP(ip="1.1.1.1"),
Dgcompute_client.py42 from acloud.internal.lib.ssh import IP
1523 return IP(internal=internal_ip, external=external_ip)
/tools/acloud/reconnect/
Dreconnect_test.py56 constants.IP: "1.1.1.1",
95 constants.IP: "1.1.1.1",
123 constants.IP: "1.1.1.1",
143 constants.IP: "1.1.1.1",
Dreconnect.py65 ssh = ssh_object.Ssh(ip=ssh_object.IP(ip=instance.ip), user=host_user,
217 constants.IP: instance.ip,
/tools/test/connectivity/acts_tests/tests/google/net/
DDhcpServerTest.py591 asserts.assert_equal(reqAddr, resp.getlayer(IP).dst)
916 asserts.assert_equal(packet.getlayer(IP).dst, NETADDR_BROADCAST)
929 asserts.assert_equal(packet.getlayer(IP).dst, ipAddr)
946 ip = IP(src=ip_src, dst=ip_dst)
DProxyTest.py24 from scapy.all import IP
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_sender.py400 ip4 = scapy.IP(src=self.src_ipv4, dst=IPV4_BROADCAST)
662 base = scapy.IP(src=self.src_ipv4, dst=sta_ip)
791 ip4 = scapy.IP(src=self.src_ipv4, dst=sta_ip, ttl=255)
Darduino_wifi_dongle.py39 IP = 'IP: ' variable
305 elif IP in data:
/tools/acloud/public/
Dreport.py175 device[constants.IP] = "%s:%d" % (ip_address, adb_port)
177 device[constants.IP] = ip_address
Ddevice_driver_test.py80 fake_ip = ssh.IP(external="140.1.1.1", internal="10.1.1.1")
135 fake_ip = ssh.IP(external="140.1.1.1", internal="10.1.1.1")
/tools/acloud/pull/
Dpull.py29 from acloud.internal.lib.ssh import IP
59 ssh = Ssh(ip=IP(ip=instance.ip),
Dpull_test.py71 fake_ip = ssh.IP(external="1.1.1.1", internal="10.1.1.1")
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_power_test_utils.py185 IP = ad.droid.connectivityGetIPv4Addresses('wlan0')[0]
187 return IP
/tools/tradefederation/core/tests/res/testtype/
Dpython_output2.txt13 Test CreateAndroidVirtualDevices with internal IP. ... ok
37 Test Create Devices and report internal IP. ... ok
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtEnum.py68 IP = "00000009-0000-1000-8000-00805F9B34FB" variable in RfcommUuid
/tools/acloud/internal/
Dconstants.py107 IP = "ip" variable
/tools/test/connectivity/acts_tests/tests/google/net/arduino/disconnect_wifi/
Ddisconnect_wifi.ino35 Serial.print("disconnect: wifiStatus(): IP: ");
/tools/test/connectivity/acts_tests/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino46 Serial.print("connect: wifiStatus(): IP: ");
/tools/acloud/delete/
Ddelete.py201 ip=ssh_object.IP(ip=remote_host),

12