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

ENV https_proxy "$https_proxy"

ADD AAI.py /

RUN pip install robotframework

EXPOSE 3333

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