summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2014-11-21 17:54:30 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2014-11-21 17:54:30 -0800
commit61882a004937d5e6d922a6cdc4d65aa5a6315ea8 (patch)
tree49014d11dcc69ebeec9d54acc39a89a0abd72363 /test-requirements.txt
parent94565bc8607f35557225589d9dde6d2954d49731 (diff)
parent5d168a9d11e905dd19e24d0596b7d1145e6b8aa1 (diff)
downloadvyos-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.txt1
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