forked from aosp-mirror/platform_system_core
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Hongguang Chen
committed
Jun 4, 2020
1 parent
ff50237
commit 0e743a2
Showing
1 changed file
with
10 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters