summaryrefslogtreecommitdiffstats
path: root/cns-libs/setup.py
diff options
context:
space:
mode:
authorJohn Mulligan <jmulligan@redhat.com>2018-01-03 10:16:51 -0500
committerJohn Mulligan <jmulligan@redhat.com>2018-01-22 13:32:01 -0500
commitbe8e17c8185c43a1a7170990e774639c9662023d (patch)
treee50777f09c986d509f159fb1a44e439df079c2a1 /cns-libs/setup.py
parentede32470f676e7fea8098f7865f007d86722b50a (diff)
add a test to run a bunch of PVC creates in parallel
This is a quasi-stress-test that check that the system can process multiple PVC being requested at the same(ish) time. Change-Id: I72cdc0876c51058ebab62a0764d0d049a65c649d Signed-off-by: John Mulligan <jmulligan@redhat.com>
Diffstat (limited to 'cns-libs/setup.py')
-rw-r--r--cns-libs/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cns-libs/setup.py b/cns-libs/setup.py
index 915f4412..cdfb2f4f 100644
--- a/cns-libs/setup.py
+++ b/cns-libs/setup.py
@@ -21,6 +21,6 @@ setup(
'Programming Language :: Python :: 2.7'
'Topic :: Software Development :: Testing'
],
- install_requires=['glusto'],
+ install_requires=['glusto', 'ddt'],
dependency_links=['http://github.com/loadtheaccumulator/glusto/tarball/master#egg=glusto'],
)