Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
integration
/
csit
/
f8af5bf9990febf114573b4672cae78a50005efb
/
.
/
tests
/
vid
/
resources
/
simulators
/
Dockerfile
blob: e6586b1e3da02e1e9b74ec8ccaaf46178011dcb6 [
file
] [
log
] [
blame
]
FROM python
:
3
-
alpine3
.
9
# `component` should be `so` or `aai`
ARG component
ENV component
=
$component
COPY SO
.
py
/
ADD
./
test_data_assets
/
/
EXPOSE
8443
CMD python
./
SO
.
py expected_$
{
component
}
_requests
.
json expected_$
{
component
}
_responses
.
json