Merge "Update certificates in PM Mapper CSIT's"
[integration/csit.git] / tests / dcaegen2 / bbs-testcases / resources / simulator / DMaaP_simulator
1 FROM python:3-alpine
2
3 ADD DMaaP.py httpServerLib.py /
4 COPY certs/* /certs/
5
6 CMD [ "python", "./DMaaP.py" ]