diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2020-07-07 08:53:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-07 08:53:37 +0000 |
commit | c29567afad53e62908abcffcfcc5e6b221102925 (patch) | |
tree | a663acf80c63f87c1c218ac88d3401e9f1d34685 /src/test/resources/robotframework/Dockerfile | |
parent | 0a796ee7cd7aaea4225d4d8b137f5056e40f9ec9 (diff) | |
parent | 09da64aa760f0025900abff02687fea4e9f40ccf (diff) |
Merge "add robotframework to integration tests"
Diffstat (limited to 'src/test/resources/robotframework/Dockerfile')
-rw-r--r-- | src/test/resources/robotframework/Dockerfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/resources/robotframework/Dockerfile b/src/test/resources/robotframework/Dockerfile new file mode 100644 index 000000000..4ae08208e --- /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 |