diff options
author | ashishk1994 <ashishk.iiit@gmail.com> | 2017-02-03 02:15:36 +0530 |
---|---|---|
committer | ashishk1994 <ashishk.iiit@gmail.com> | 2017-02-03 02:27:03 +0530 |
commit | d2db682034a4a195da31d665ee734323755f0bb8 (patch) | |
tree | b302ac41fecd6bd33cad0b38d61b842a3cbc02f7 /test-requirements.txt | |
parent | 65865e43dc9754ae8bbb54dda37514ab8164d2d2 (diff) |
Unit tests for openstack/rally.
Few bug fix in rally code along with unit tests.
Change-Id: Id39a5089ca6fce8aac5ba89eb61d31b02a5e9a98
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
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 2bf297ba..96b27678 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,6 +9,7 @@ click==6.6 coverage==4.1 dnspython==1.15.0 gitpython==1.0.1 +iniparse==0.4 mock==1.3.0 nose==1.3.7 python-ceilometerclient==2.6.2 |