diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-11-21 17:54:30 -0800 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-11-21 17:54:30 -0800 |
commit | 61882a004937d5e6d922a6cdc4d65aa5a6315ea8 (patch) | |
tree | 49014d11dcc69ebeec9d54acc39a89a0abd72363 /test-requirements.txt | |
parent | 94565bc8607f35557225589d9dde6d2954d49731 (diff) | |
parent | 5d168a9d11e905dd19e24d0596b7d1145e6b8aa1 (diff) | |
download | vyos-cloud-init-61882a004937d5e6d922a6cdc4d65aa5a6315ea8.tar.gz vyos-cloud-init-61882a004937d5e6d922a6cdc4d65aa5a6315ea8.zip |
Fix parse_ssh_config failing in ssh_util.py
This fix handles '=' as a delimiter in SSH config and
adds appropriate test methods to ensure this functionality
continues to work correctly.
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 2edb8066..230f0404 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,5 @@ httpretty>=0.7.1 +mock mocker nose pep8==1.5.7 |