summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJulien <zhang.jun3g@zte.com.cn>2017-02-22 22:14:06 +0800
committerJulien <zhang.jun3g@zte.com.cn>2017-04-01 12:14:25 +0800
commitcec072a7346f75c2670dfa44c8305f7b7841fe67 (patch)
tree9bc4f6b2b17b50fd596b6496aef0d87dd4881b6f /modules
parentac3f798b30ba5d8dcd13b41b309c530dd68ff520 (diff)
Add tox support
be easier to test jjb locally before submit for review. add unitest in modules dir to tox(tox -emodules) Change-Id: Ief4f10debc567d1d3ba111685c86b812a2058697 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Diffstat (limited to 'modules')
-rw-r--r--modules/requirements.txt3
-rw-r--r--modules/test-requirements.txt6
2 files changed, 9 insertions, 0 deletions
diff --git a/modules/requirements.txt b/modules/requirements.txt
new file mode 100644
index 000000000..1eaf8d089
--- /dev/null
+++ b/modules/requirements.txt
@@ -0,0 +1,3 @@
+paramiko>=2.0.1
+mock==1.3.0
+requests==2.9.1
diff --git a/modules/test-requirements.txt b/modules/test-requirements.txt
new file mode 100644
index 000000000..99d7f1313
--- /dev/null
+++ b/modules/test-requirements.txt
@@ -0,0 +1,6 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+nose
+coverage