Commit 68bb8fdf authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

GitLab CI/CD pipeline - OFC'24:

- Updated descriptor file names
- Updated descriptor paths in Dockerfile
parent 94219359
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -82,7 +82,9 @@ COPY src/slice/__init__.py slice/__init__.py
COPY src/slice/client/. slice/client/
COPY src/tests/*.py ./tests/
COPY src/tests/ofc24/__init__.py ./tests/ofc24/__init__.py
COPY src/tests/ofc24/descriptors_topology.json ./tests/ofc24/descriptors_topology.json
COPY src/tests/ofc24/descriptors/topology.json ./tests/ofc24/descriptors/topology.json
COPY src/tests/ofc24/descriptors/service-unidir.json ./tests/ofc24/descriptors/service-unidir.json
COPY src/tests/ofc24/descriptors/service-bidir.json ./tests/ofc24/descriptors/service-bidir.json
COPY src/tests/ofc24/tests/. ./tests/ofc24/tests/
COPY src/tests/tools/. ./tests/tools/