From e8aaf9e7a6dbe61f1508c6b7f04fa9b14f2e4c7d Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Fri, 28 Jun 2019 12:30:43 -0400 Subject: Bring up mock server in robot docker Also Update springboot to 2.1.6 Issue-ID: OPTFRA-509 Change-Id: I04374a934926c198d496d5fe35282595e2e34580 Signed-off-by: Jerry Flood --- cmso-robot/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmso-robot/docker/Dockerfile') diff --git a/cmso-robot/docker/Dockerfile b/cmso-robot/docker/Dockerfile index 91630a9..7f8eb81 100644 --- a/cmso-robot/docker/Dockerfile +++ b/cmso-robot/docker/Dockerfile @@ -46,8 +46,8 @@ RUN pip install selenium RUN pip install robotframework-sshlibrary RUN pip install robotframework-requests -###Just to keep it running -CMD ["/usr/bin/python", "/opt/cmso-robot/server.py"] +### Start up the mock server for +CMD ["/usr/bin/python", "/opt/cmso-robot/mocking/mock.py"] ### Use --entrypoint to override to run the tests test and exit ### --entrypoint /opt/cmso-robot/ete.sh -- cgit 1.2.3-korg