Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Kyr Shatskyy <[email protected]>
  • Loading branch information
Kyr Shatskyy committed Jan 16, 2025
1 parent 529f1fd commit 51712e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teuthology/orchestra/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def connect(user_at_host, host_key=None, keep_alive=False, timeout=60,
)

if config.tunnel:
log.debug(f"Environment: {os.environ}")
for tunnel in config.tunnel:
if host in tunnel.get('hosts'):
bastion = tunnel.get('bastion')
Expand Down

0 comments on commit 51712e7

Please sign in to comment.