mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
Change default port for cros_image_to_target tunnel
Old default conflicted with a new service running on the DUT. BUG=None TEST=Rerun cros_image_to_target Change-Id: I982b68500d6cb59c884a286229688ee41ff6d76d Reviewed-on: https://gerrit.chromium.org/gerrit/17434 Reviewed-by: Ryan Cairns <rtc@chromium.org> Commit-Ready: Paul Stewart <pstew@chromium.org> Tested-by: Paul Stewart <pstew@chromium.org>
This commit is contained in:
parent
eb0ece6105
commit
c8f910a860
@ -575,7 +575,7 @@ class ChildFinished(Exception):
|
||||
raise self
|
||||
|
||||
def MakePortList(user_supplied_port):
|
||||
range_start = user_supplied_port or 8081
|
||||
range_start = user_supplied_port or 8082
|
||||
port_list = []
|
||||
if user_supplied_port is not None:
|
||||
range_length = 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user