commit | 0e743a25c93ba7dffc7e36742e153099db527755 | [log] [tgz] |
---|---|---|
author | Hongguang Chen <hgchen@google.com> | Mon Jun 01 12:48:53 2020 -0700 |
committer | Hongguang Chen <hgchen@google.com> | Wed Jun 03 17:48:37 2020 -0700 |
tree | a64eb839f4dfadea53b0a4ad4ff8b0ac0171fe3f | |
parent | ff502379b7629fc68baa50a4183c484cc57f29f7 [diff] |
fuzzy_fastboot: use 'tcp:' prefix to identify fastboot protocol. The fastbootd over ethernet was implemented with IPv6 link-local address. An IPv6 address may include many ':'. It will break this fuzzy test. This new solution uses "tcp:" prefix to identify the fastboot protocol, like the host fastboot command. BUG: 158040108 Test: fuzzy_fastboot --serial=tcp:fe80::230:1bff:feba:8128%wlan0 \ --gtest_filter=*Logical* Change-Id: I971fd9e25741e18bf7f5907d562556b09db1d624