Added 4 new TC
[integration.git] / test / csit / tests / dcaegen2 / prh_testcases / resources / simulator / DMaaP_simulator
1 FROM python:2
2
3 ENV https_proxy "$https_proxy"
4
5 ADD DMaaP.py /
6
7 RUN pip install robotframework 
8
9 EXPOSE 2222
10
11 CMD [ "python", "./DMaaP.py" ]