diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-03-30 22:21:37 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-03 03:01:39 +0200 |
commit | aca4e83931aa48b633cbb399bd4e9f16d3acdb13 (patch) | |
tree | e7f23a750b7c4e83a708d25d2e5b9ec0d4a0d620 /docker/restapi/thirdparty-requirements.txt | |
parent | 1ca85485f74d09dfd6787b75fb40cb70dce64e4b (diff) |
Remove opnfv/functest-restapi
REST api server should run on top of all Functest containers by
overriding the default command.
We can safely remove it and meet the Docker Slicing approach.
Change-Id: Ibcc56490c931ae701bd31c52650081a115183e22
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/restapi/thirdparty-requirements.txt')
-rw-r--r-- | docker/restapi/thirdparty-requirements.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docker/restapi/thirdparty-requirements.txt b/docker/restapi/thirdparty-requirements.txt deleted file mode 100644 index 73c11b447..000000000 --- a/docker/restapi/thirdparty-requirements.txt +++ /dev/null @@ -1,7 +0,0 @@ -robotframework-httplibrary -robotframework-requests -robotframework-sshlibrary;python_version=='2.7' -baro_tests -sdnvpn -sfc -doctor-tests;python_version>='3.0' |