diff options
author | michal.banka <michal.banka@nokia.com> | 2019-04-09 13:29:37 +0200 |
---|---|---|
committer | Wojciech Sliwka <wojciech.sliwka@nokia.com> | 2019-04-11 18:25:55 +0200 |
commit | 5d7b066e556612e30d8e6130c47008bd9ca12a9b (patch) | |
tree | 746bc4c272daaa87f06159870a2ba6634ab395ec /tests/vid/resources/simulators/Dockerfile | |
parent | 823e2407491160b49501dee1c240aa0780a0ff8b (diff) |
Prepare new endpoints for csit/vid internal api
Change-Id: Ib69287eb1c21d30eb39472270c160f4b318c5c12
Issue-ID: VID-399
Signed-off-by: michal.banka <michal.banka@nokia.com>
Diffstat (limited to 'tests/vid/resources/simulators/Dockerfile')
-rw-r--r-- | tests/vid/resources/simulators/Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/vid/resources/simulators/Dockerfile b/tests/vid/resources/simulators/Dockerfile index e6586b1e..de5b5fe8 100644 --- a/tests/vid/resources/simulators/Dockerfile +++ b/tests/vid/resources/simulators/Dockerfile @@ -5,8 +5,9 @@ ARG component ENV component=$component COPY SO.py / -ADD ./test_data_assets/ / +RUN mkdir test_data_assets +ADD ./test_data_assets/ /test_data_assets EXPOSE 8443 -CMD python ./SO.py expected_${component}_requests.json expected_${component}_responses.json +CMD python ./SO.py /test_data_assets/expected_${component}_requests.json /test_data_assets/expected_${component}_responses.json |