diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-20 11:57:35 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-20 11:59:34 +0200 |
commit | 8bf944f3c3b2160b2d2d47647fb6c97f9e133a88 (patch) | |
tree | 0b7c3daa06ffb6d28c6a91dcbe5b0c1707111d60 /requirements.txt | |
parent | 3ca4ed03be7930a370e9fb895c24aac635811b3b (diff) |
Add baro_tests as requirements
It also stops cloning it when building the docker container and updates
the related unit tests.
It bypasses the bug when importing collectd [1].
[1] https://jira.opnfv.org/browse/BAROMETER-79
Change-Id: Ie9f8ea2b3c95d6b1f5405d76b018cdcb62343a58
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 7b8af6575..425d4a6c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,3 +38,4 @@ iniparse==0.4 PrettyTable>=0.7.1,<0.8 # BSD six>=1.9.0 # MIT git+https://gerrit.opnfv.org/gerrit/releng#egg=opnfv&subdirectory=modules +git+https://gerrit.opnfv.org/gerrit/barometer#egg=baro_tests |