From 349609818abcf10cc94088b043f71b5c8bc504a1 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Fri, 5 Jan 2018 14:39:12 +0800 Subject: Design the scenario create method design scenario create method in modal way. design scenario page. Add,delete for installers,versions, projects, customs, trust indicators and scores are implemented. tests are not included. validations are not added. Change-Id: I999229c00869fcd5a4efa97cb2679a08fc24b271 Signed-off-by: thuva4 --- testapi/docker/Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'testapi/docker/Dockerfile') diff --git a/testapi/docker/Dockerfile b/testapi/docker/Dockerfile index 33088c7..bbf12fc 100644 --- a/testapi/docker/Dockerfile +++ b/testapi/docker/Dockerfile @@ -40,7 +40,7 @@ python-pip \ crudini \ --no-install-recommends -RUN pip install --upgrade pip +RUN pip install --upgrade pip requests RUN git config --global http.sslVerify false RUN git clone https://gerrit.opnfv.org/gerrit/releng-testresults /home/releng-testresults @@ -48,10 +48,5 @@ RUN git clone https://gerrit.opnfv.org/gerrit/releng-testresults /home/releng-te WORKDIR /home/releng-testresults/testapi RUN pip install -r requirements.txt -# bugfix -# SSLError: hostname 'identity.linuxfoundation.org' doesn't match 'c.sni.fastly.net' -# hope it is a temprary, try to fix it in upstream python-cas lib -RUN sed -i '152,152s/)/,\ verify=False)/g' /usr/local/lib/python2.7/dist-packages/cas.py - RUN python setup.py install CMD ["bash", "docker/start-server.sh"] -- cgit 1.2.3-korg