robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_containers / http-traffic-gen / Dockerfile
diff --git a/resources/test_containers/http-traffic-gen/Dockerfile b/resources/test_containers/http-traffic-gen/Dockerfile
new file mode 100644 (file)
index 0000000..16c7add
--- /dev/null
@@ -0,0 +1,10 @@
+FROM alpine:3.7
+MAINTAINER Tamas Kopcso <tamas.kopcso@nokia.com>
+
+RUN apk update
+RUN apk add python
+RUN apk add py-pip
+RUN pip install requests
+RUN mkdir /etc/http_traffic_gen
+COPY http_traffic_gen.py /etc/http_traffic_gen/http_traffic_gen.py 
+CMD ["python", "/etc/http_traffic_gen/http_traffic_gen.py"]