diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-06 10:59:05 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-06 11:24:48 +0200 |
commit | 48a54a9255d23685d497dd196111fffc01595c90 (patch) | |
tree | 6422c11a8d160df63c742e75a4e7cc24888d4ae8 /docker/features/thirdparty-requirements.txt | |
parent | 0a876a4d2991b9a30bd6428d49f026bde8c0f598 (diff) |
Enable sfc and doctor in hunter
sfc [1] and doctor [2] master are being synced with OpenStack Rocky.
[1] https://gerrit.opnfv.org/gerrit/#/c/63239/
[2] https://gerrit.opnfv.org/gerrit/#/c/63237/
Change-Id: Id5d41fa98ab5f00703d557ce82cb2037bc827c2b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/features/thirdparty-requirements.txt')
-rw-r--r-- | docker/features/thirdparty-requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/features/thirdparty-requirements.txt b/docker/features/thirdparty-requirements.txt index e9b16b933..795827076 100644 --- a/docker/features/thirdparty-requirements.txt +++ b/docker/features/thirdparty-requirements.txt @@ -3,6 +3,6 @@ robotframework-requests robotframework-sshlibrary;python_version=='2.7' # baro_tests # sdnvpn -# sfc +sfc # stor4nfv_tests -# doctor-tests;python_version>='3.0' +doctor-tests;python_version>='3.0' |