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