Commit 4b39933a authored by Carlos Manso's avatar Carlos Manso
Browse files

Merge branch...

Merge branch 'feat/216-cttc-implement-integration-test-between-e2e-ip-optical-sdn-controllers' of https://labs.etsi.org/rep/tfs/controller into feat/216-cttc-implement-integration-test-between-e2e-ip-optical-sdn-controllers
parents 0bdad482 b4cd1f3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/
+3 −2
Original line number Diff line number Diff line
@@ -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,6 +98,7 @@ end2end_test ecoc24:
    - ./deploy/expose_dashboard.sh
    - ./deploy/tfs.sh
    - ./deploy/show.sh
    - ./src/tests/${TEST_NAME}/subscription_ws_ip.sh