diff options
author | 2019-08-31 10:56:23 +0200 | |
---|---|---|
committer | 2019-08-31 11:28:29 +0200 | |
commit | 8f248fdac64b936bcc2be440e32b5e90d0a3c665 (patch) | |
tree | 4c05f28127cf15d8a0099703da2a3c4dd5a8a11a /docker/features/thirdparty-requirements.txt | |
parent | fed2bccd13a96ce4bc1001c39fb0617587cffb19 (diff) |
Remove Features containers
Most the features are stopped and Functest shouldn't host dead code.
Functest is a framework (Docker and Python modules) which can be still
reused by any third-party (OPNFV Feature or anything else) in its tree
and CI.
Change-Id: Ia8475ce295b2cdcddbfcfc5b17ea2ab9e51a8afb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit ae4dc14668405c57c56b4984b3ec815ec32764ac)
Diffstat (limited to 'docker/features/thirdparty-requirements.txt')
-rw-r--r-- | docker/features/thirdparty-requirements.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docker/features/thirdparty-requirements.txt b/docker/features/thirdparty-requirements.txt deleted file mode 100644 index ec5f4802f..000000000 --- a/docker/features/thirdparty-requirements.txt +++ /dev/null @@ -1,7 +0,0 @@ -robotframework-httplibrary;python_version<'3.0' -robotframework-requests;python_version<'3.0' -robotframework-sshlibrary;python_version<'3.0' -# baro_tests;python_version<'3.0' -sfc;python_version<'3.0' -# stor4nfv_tests;python_version<'3.0' -# doctor-tests;python_version>='3.0' |