aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcaegen2/prh-testcases/resources/simulator/AAI_simulator
blob: 9566c47a9aa5f3c9c8b776ebdfb023806a6378d3 (plain)
1
2
3
4
5
6
7
8
9
FROM python:2

ADD AAI.py /

RUN pip install robotframework

EXPOSE 3333

CMD [ "python", "./AAI.py" ]