Running a servo test with test_that may create an unnecessary tunnel
Reported by
jrbarnette@chromium.org,
Jun 15 2016
|
||||||
Issue descriptionIt's possible (and still common in some parts) to run tests that require servo using a desktop servo V2. In that case, the ServoHost code will create a wholly unnecessary ssh tunnel to 'localhost'. Potentially, that may not even work: ssh to localhost may fail by requiring a password; it's even possible for a host to reject connections from the loopback network. One amusing/infuriating extreme example: If you have a desktop servo V3, and manually create your own ssh tunnel, it works by creating a tunnel to localhost which then forward to the tunnel on the beaglebone. Really. (And yes, I've seen it _work_, but still...) We should adjust the ServoHost creation code not to create a tunnel in this case. The simplest way to do it is to say "if the servo host is 'localhost', don't create a tunnel".
,
Jun 13 2017
Removing infra component.
,
Feb 23 2018
,
Feb 23 2018
Don't think this has anything to do with Telemetry?
,
Apr 9 2018
Bulk-edit, reassigning to Aviv to assign to someone.
,
Apr 19 2018
Gathered onto a servo v4 hotlist, removing self as owner. |
||||||
►
Sign in to add a comment |
||||||
Comment 1 by akes...@chromium.org
, Jun 21 2016Labels: Hotlist-Fixit