aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcaegen2/prh-testcases/resources/simulator/AAI_simulator
blob: 2d96d892536b098f8dac00b9b81cb9f5e139d28c (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" ]