diff options
author | 2021-02-18 17:15:08 +0100 | |
---|---|---|
committer | 2021-02-24 12:58:53 +0100 | |
commit | c2abd1c27f0fc8ffc5e93e41b34fa35c26e978e2 (patch) | |
tree | ae6ed1b7997dd2aea77b334bf7ca296fd9dd21e3 /src/test | |
parent | 1083012bb7376c63d26b7caf9e6251d736342e30 (diff) |
Add renewed client certs for CLAMP UI AAF authentication
Current cert expired and users of releases older than Guilin
can't log in. This change contains new certs.
Issue-ID: CLAMP-1019
Signed-off-by: Marcin Wilk <m.wilk@samsung.com>
Change-Id: Ifb0fb7d65d58ee77f2570a99cbe7e7b2fd95f30f
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/resources/robotframework/Dockerfile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/test/resources/robotframework/Dockerfile b/src/test/resources/robotframework/Dockerfile index 4ae08208..7e0bf8a2 100644 --- a/src/test/resources/robotframework/Dockerfile +++ b/src/test/resources/robotframework/Dockerfile @@ -1,9 +1,5 @@ -#FROM robotframework/rfdocker -# -#### Uncomment following two lines if having external test libraries: -##COPY --chown=robot:robot requirements.txt . -#RUN pip3 install --no-cache-dir -r requirements.txt -#COPY *.robot /home/robot/atest -FROM ppodgorsek/robot-framework:3.0.3 +FROM ppodgorsek/robot-framework:latest + +USER root COPY requirements.txt . -RUN pip install -r requirements.txt
\ No newline at end of file +RUN pip3 install --no-cache-dir -r requirements.txt
\ No newline at end of file |