diff options
author | Jerry Flood <jflood@att.com> | 2019-06-28 12:30:43 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2019-07-05 16:17:19 -0400 |
commit | e8aaf9e7a6dbe61f1508c6b7f04fa9b14f2e4c7d (patch) | |
tree | 9c0a6b3d2561b518908041355ec50953d1273b4c /cmso-robot | |
parent | f11d0029312448ef9085470abc45110039b09259 (diff) |
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 <jflood@att.com>
Diffstat (limited to 'cmso-robot')
-rw-r--r-- | cmso-robot/docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |