From 09da64aa760f0025900abff02687fea4e9f40ccf Mon Sep 17 00:00:00 2001 From: JulienBe Date: Thu, 14 May 2020 17:40:52 +0200 Subject: add robotframework to integration tests Issue-ID: CLAMP-844 Signed-off-by: JulienBe Change-Id: Ie5c40477f42fcf26f5fef6c1742e34a2eee7f73d --- src/test/resources/robotframework/Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/test/resources/robotframework/Dockerfile (limited to 'src/test/resources/robotframework/Dockerfile') diff --git a/src/test/resources/robotframework/Dockerfile b/src/test/resources/robotframework/Dockerfile new file mode 100644 index 00000000..4ae08208 --- /dev/null +++ b/src/test/resources/robotframework/Dockerfile @@ -0,0 +1,9 @@ +#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 +COPY requirements.txt . +RUN pip install -r requirements.txt \ No newline at end of file -- cgit 1.2.3-korg