diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-03-15 15:58:30 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2021-03-15 15:58:30 +0100 |
commit | 396cb9b814626a0383ee49a928f4e534264170aa (patch) | |
tree | 3acd16a454378f6e6530d599d12c18d99c9766ba /src/test/resources/robotframework/Dockerfile | |
parent | cc09b219f194d3aab112cbedc1468607fe2209e2 (diff) |
Fix the robot framework test chain
Freeze the robot framework docker version used to avoid unstable build + fix the second test + add logs to robot framework test so that the result is dumped to stdout. We can therefore analyze the issue directly in the clamp build log.
Issue-ID: POLICY-3135
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ia078a074fda7fa9bc4e6320408e86987fd8dd25d
Diffstat (limited to 'src/test/resources/robotframework/Dockerfile')
-rw-r--r-- | src/test/resources/robotframework/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/robotframework/Dockerfile b/src/test/resources/robotframework/Dockerfile index 7e0bf8a26..03d180c5e 100644 --- a/src/test/resources/robotframework/Dockerfile +++ b/src/test/resources/robotframework/Dockerfile @@ -1,4 +1,4 @@ -FROM ppodgorsek/robot-framework:latest +FROM ppodgorsek/robot-framework:3.8.0 USER root COPY requirements.txt . |