add missing hbase requirement

We enable hbase in CI gate, but without install the dependent package.

Change-Id: Id316595b91998bda350e52b22aef7dcec02ea9bf
Closes-Bug: #1558969
This commit is contained in:
ZhiQiang Fan 2016-03-19 01:17:39 +08:00
parent 63b1232b5b
commit 3859b9ab0c

View File

@ -43,7 +43,7 @@ commands =
overtest postgresql python setup.py testr --slowest --testr-args="{posargs}"
[testenv:functional]
deps = .[mysql,postgresql,mongodb,test]
deps = .[mysql,postgresql,mongodb,hbase,test]
setenv = VIRTUAL_ENV={envdir}
OS_TEST_PATH=aodh/tests/functional/
GABBI_LIVE_FAIL_IF_NO_TEST=1