diff options
Diffstat (limited to 'test/csit/tests/dcaegen2/prh_testcases/resources/Dockerfile')
-rw-r--r-- | test/csit/tests/dcaegen2/prh_testcases/resources/Dockerfile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/csit/tests/dcaegen2/prh_testcases/resources/Dockerfile b/test/csit/tests/dcaegen2/prh_testcases/resources/Dockerfile new file mode 100644 index 000000000..e8d1cc178 --- /dev/null +++ b/test/csit/tests/dcaegen2/prh_testcases/resources/Dockerfile @@ -0,0 +1,13 @@ +FROM python:2 + +ENV https_proxy "$https_proxy" +#ENV TZ=Europe/Warsaw + +ADD DMaaP.py / +ADD CommonEventFormat_28.3.json / + +RUN pip install jsonschema robotframework + +EXPOSE 2222 + +CMD [ "python", "./DMaaP.py" ]
\ No newline at end of file |