Commit 5f8866be authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Device - IETF ACTN Driver:

- Fixed dependencies of unitary test for GitLab CI/CD pipeline
parent d95bc9e2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -66,5 +66,11 @@ COPY src/context/. context/
COPY src/device/. device/
COPY src/monitoring/. monitoring/

RUN mkdir -p tests/tools/mock_ietf_actn_sdn_ctrl
RUN touch tests/__init__.py
RUN touch tests/tools/__init__.py
RUN touch tests/tools/mock_ietf_actn_sdn_ctrl/__init__.py
COPY src/tests/tools/mock_ietf_actn_sdn_ctrl/. tests/tools/mock_ietf_actn_sdn_ctrl/

# Start the service
ENTRYPOINT ["python", "-m", "device.service"]