summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Powers <josh.powers@canonical.com>2017-10-03 14:19:04 -0700
committerJoshua Powers <josh.powers@canonical.com>2017-10-03 14:19:04 -0700
commitaa024e331f8196855fa8d707a2dd7e26e1deab40 (patch)
treeee8c6ebadde689f583b775298651b7f5ce2a7060
parent7fd04255ef238e06d1d9c9a5cc35060d36d83f2b (diff)
downloadvyos-cloud-init-aa024e331f8196855fa8d707a2dd7e26e1deab40.tar.gz
vyos-cloud-init-aa024e331f8196855fa8d707a2dd7e26e1deab40.zip
tests: re-enable tox with nocloud-kvm support
With the addition of the nocloud-kvm support a few other python modules were pulled in as required and as a result this broke the tox run. The fix was to add paramiko and simplestreams to re-enable testing.
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index aef1f84b..92232201 100644
--- a/tox.ini
+++ b/tox.ini
@@ -132,3 +132,5 @@ commands = {envpython} -m tests.cloud_tests {posargs}
passenv = HOME
deps =
pylxd==2.2.4
+ paramiko==2.3.1
+ bzr+lp:simplestreams