forked from labgrid-project/labgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sshdriver: ssh_prefix to list and adjust users
Convert ssh_prefix to a list and adjust all users. This was a string previously, which led to get() and put() being broken on master, since the string contained spaces. Convert it to a list, adjust the callers and add new tests to test the SSHDriver against localhost. We also add a new pytest option to supply the username, to make this work on travis. Remove the test class used in the sshdriver tests while touching the file. Fixes: 1d7b97b (driver/sshdriver: Allow whitespaces in filenames Prevent filenames with whitespaces from beeing split.) Signed-off-by: Rouven Czerwinski <[email protected]>
- Loading branch information
Showing
4 changed files
with
115 additions
and
67 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
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
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
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