tests for ssl connection for PRH, AAI and DmaaP
[integration/csit.git] / tests / dcaegen2 / prh-testcases / resources / simulator / DMaaP_simulator
index 40e1af0..8139fc3 100644 (file)
@@ -1,6 +1,6 @@
 FROM python:3-alpine
 
-ADD DMaaP.py /
+ADD DMaaP.py httpServerLib.py /
 COPY certs/* /certs/
 
 CMD [ "python", "./DMaaP.py" ]