From aca4e83931aa48b633cbb399bd4e9f16d3acdb13 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 30 Mar 2018 22:21:37 +0200 Subject: Remove opnfv/functest-restapi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docker/restapi/thirdparty-requirements.txt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 docker/restapi/thirdparty-requirements.txt (limited to 'docker/restapi/thirdparty-requirements.txt') 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' -- cgit 1.2.3-korg