summaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcaegen2/prh_testcases/resources/Dockerfile
diff options
context:
space:
mode:
authorMariusz Wagner <mariusz.wagner@nokia.com>2018-06-05 15:54:27 +0200
committerMariusz Wagner <mariusz.wagner@nokia.com>2018-06-05 15:54:27 +0200
commit4a6ece4ba912ccf3401739843e3dfe3478a0e4d5 (patch)
tree48fc486d3f2db83aab517247c5b17b2b17986aaf /test/csit/tests/dcaegen2/prh_testcases/resources/Dockerfile
parent4be4a414c00995d19287f60b78ba75e978fcf134 (diff)
Added 4 new TC
Issue-ID: INT-510 Change-Id: Iabc9b4d563fd981d60536e45b62a2286f17cd904 Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
Diffstat (limited to 'test/csit/tests/dcaegen2/prh_testcases/resources/Dockerfile')
-rw-r--r--test/csit/tests/dcaegen2/prh_testcases/resources/Dockerfile13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/csit/tests/dcaegen2/prh_testcases/resources/Dockerfile b/test/csit/tests/dcaegen2/prh_testcases/resources/Dockerfile
deleted file mode 100644
index e8d1cc178..000000000
--- a/test/csit/tests/dcaegen2/prh_testcases/resources/Dockerfile
+++ /dev/null
@@ -1,13 +0,0 @@
-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