diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-11-23 22:18:54 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-11-24 07:46:25 +0100 |
commit | d47e64bba6466affc3ff0999ae489ec7393ef630 (patch) | |
tree | d12e8d94f9bad364fba0dd657f315ab544e39297 /docker/restapi | |
parent | 5fb15e9d7bd868535a5670bbdf0fc1ef29ff3be6 (diff) |
Enable baro_tests testcase for F-release
barometer conforms with OpenStack Pike requirements then it could be
enabled in functest-features and functest-restapi (master) [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/47281/
Change-Id: Iee17bd17192db53075dd8ff8d020d18306394cfa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/restapi')
-rw-r--r-- | docker/restapi/thirdparty-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/restapi/thirdparty-requirements.txt b/docker/restapi/thirdparty-requirements.txt index ffe5c98d..8418c3d7 100644 --- a/docker/restapi/thirdparty-requirements.txt +++ b/docker/restapi/thirdparty-requirements.txt @@ -1,7 +1,7 @@ robotframework-httplibrary robotframework-requests robotframework-sshlibrary;python_version=='2.7' -# baro_tests +baro_tests sdnvpn sfc # doctor-tests;python_version>='3.0' |