diff --git a/src/e2e_orchestrator/Dockerfile b/src/e2e_orchestrator/Dockerfile index 3c2eaba841139a4b7a003cfbe278dd86e244ceed..84b9de41958565ad9d7a826c9c2750e88d90198c 100644 --- a/src/e2e_orchestrator/Dockerfile +++ b/src/e2e_orchestrator/Dockerfile @@ -79,7 +79,7 @@ RUN python3 -m pip install -r e2e_orchestrator/requirements.txt # Add component files into working directory COPY src/context/__init__.py context/__init__.py COPY src/context/client/. context/client/ -COPY src/context/service/. context/service/ +COPY src/context/service/database/uuids/. context/service/database/uuids/ COPY src/service/__init__.py service/__init__.py COPY src/service/client/. service/client/ COPY src/e2e_orchestrator/. e2e_orchestrator/ diff --git a/src/tests/ecoc24/.gitlab-ci.yml b/src/tests/ecoc24/.gitlab-ci.yml index 268ca0b3244e8ec5951dd3923cc27c2361c95451..af0646a0fda2968ef58e7b98d6363317ea975c62 100644 --- a/src/tests/ecoc24/.gitlab-ci.yml +++ b/src/tests/ecoc24/.gitlab-ci.yml @@ -78,7 +78,7 @@ end2end_test ecoc24: - ./deploy/expose_dashboard.sh - ./deploy/tfs.sh - ./deploy/show.sh - + - ./src/tests/${TEST_NAME}/subscription_ws_e2e.sh - source src/tests/${TEST_NAME}/deploy_specs_opt.sh # Deploy TeraFlowSDN @@ -98,7 +98,8 @@ end2end_test ecoc24: - ./deploy/expose_dashboard.sh - ./deploy/tfs.sh - ./deploy/show.sh - + - ./src/tests/${TEST_NAME}/subscription_ws_ip.sh + # Run end-to-end tests