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