diff options
| author | nigoyal <nigoyal@redhat.com> | 2018-09-24 15:46:16 +0530 | 
|---|---|---|
| committer | nigoyal <nigoyal@redhat.com> | 2018-11-06 18:09:30 +0530 | 
| commit | b910e0ccc647691d64b68fd363cc6976afbd493b (patch) | |
| tree | 7193df67f3a288ce45fbaeae65cc33836b336c01 /cns-libs/setup.py | |
| parent | 93da51ec026a3ffe4cd501aa6b5660252c454175 (diff) | |
test cases for heketi metrics
CNS-1243 - Heketi_metrics_generate
CNS-1244 - Heketi_metrics_validating_VolumeCount_on_creation
CNS-1245 - Heketi_metrics_validating_VolumeCount_on_deletion
CNS-1262 - Heketi-metrics_validating_heketi_pod failure
Change-Id: Idb863d1ceaf555dfc2a9cff863b97cda65a816f6
Signed-off-by: nigoyal <nigoyal@redhat.com>
Diffstat (limited to 'cns-libs/setup.py')
| -rw-r--r-- | cns-libs/setup.py | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/cns-libs/setup.py b/cns-libs/setup.py index 42f1fd83..bb3803a9 100644 --- a/cns-libs/setup.py +++ b/cns-libs/setup.py @@ -22,7 +22,8 @@ setup(          'Programming Language :: Python :: 2.7'          'Topic :: Software Development :: Testing'      ], -    install_requires=['glusto', 'ddt', 'mock', 'rtyaml', 'jsondiff', 'six'], +    install_requires=['glusto', 'ddt', 'mock', 'rtyaml', 'jsondiff', 'six', +                      'prometheus_client>=0.4.2'],      dependency_links=[          'http://github.com/loadtheaccumulator/glusto/tarball/master#egg=glusto'      ],  | 
