aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcaegen2/prh-testcases/resources/simulator/DMaaP_simulator
blob: 4de65393d4ed24e74295e96e992c6d53cb1eff11 (plain)
1
2
3
4
5
6
7
8
9
10
11
FROM python:2

ENV https_proxy "$https_proxy"

ADD DMaaP.py /

RUN pip install robotframework 

EXPOSE 2222

CMD [ "python", "./DMaaP.py" ]