RemoteClient has bad default ssh_shell_prologue
Bug #1707478 reported by
Kris Sterckx
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tempest |
Fix Released
|
Undecided
|
Kris Sterckx |
Bug Description
RemoteClient has a bad default ssh_shell_prologue, being
"set -eu -o pipefail; PATH=$$PATH:/sbin;"
https:/
The double $$ sign should be single $.
This breaks remote script execution, e.g. try submitting a simple "ls /etc" - it won't find ls.
Changed in tempest: | |
assignee: | nobody → Kris Sterckx (krissterckx) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/488991
Review: https:/