tests for ssl connection for PRH, AAI and DmaaP
[integration/csit.git] / tests / dcaegen2 / prh-testcases / resources / simulator / DMaaP_simulator
1 FROM python:3-alpine
2
3 ADD DMaaP.py /
4 COPY certs/* /certs/
5
6 CMD [ "python", "./DMaaP.py" ]