From 6142befc1b03922d2bf6b17e1504dda468988e6c Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 1 Oct 2018 10:34:19 +0200 Subject: Add test checking so connection Added test checking if vid is contacting SO using HTTPS Change-Id: I75cb829cdc9feb231dfd4d3826d12cab18781d38 Issue-ID: INT-648 Signed-off-by: adam --- tests/vid/resources/simulators/SDC_simulator | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/vid/resources/simulators/SDC_simulator (limited to 'tests/vid/resources/simulators/SDC_simulator') diff --git a/tests/vid/resources/simulators/SDC_simulator b/tests/vid/resources/simulators/SDC_simulator deleted file mode 100644 index c099787d..00000000 --- a/tests/vid/resources/simulators/SDC_simulator +++ /dev/null @@ -1,15 +0,0 @@ -FROM alpine:latest - -RUN apk add --no-cache python3 && \ - python3 -m ensurepip && \ - rm -r /usr/lib/python*/ensurepip && \ - pip3 install --upgrade pip setuptools && \ - if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && \ - if [[ ! -e /usr/bin/python ]]; then ln -sf /usr/bin/python3 /usr/bin/python; fi && \ - rm -r /root/.cache - -ADD SDC.py / - -EXPOSE 8443 - -CMD [ "python", "./SDC.py" ] -- cgit 1.2.3-korg