Skip to content
Snippets Groups Projects
Commit 4856f3d8 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 4d813010 aa8970df
No related branches found
No related tags found
2 merge requests!359Release TeraFlowSDN 5.0,!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
...@@ -55,9 +55,9 @@ end2end_test ecoc24: ...@@ -55,9 +55,9 @@ end2end_test ecoc24:
- kubectl delete namespaces tfs tfs-ip tfs-opt tfs-e2e qdb qdb-e2e qdb-opt qdb-ip --ignore-not-found - kubectl delete namespaces tfs tfs-ip tfs-opt tfs-e2e qdb qdb-e2e qdb-opt qdb-ip --ignore-not-found
- kubectl delete namespaces nats nats-ip nats-opt nats-e2e --ignore-not-found - kubectl delete namespaces nats nats-ip nats-opt nats-e2e --ignore-not-found
- echo "HOLA" - echo "HOLA"
- sleep 600
script: script:
# Download Docker image to run the test # Download Docker image to run the test
- echo "Que tal"
- docker pull "${CI_REGISTRY_IMAGE}/${TEST_NAME}:latest" - docker pull "${CI_REGISTRY_IMAGE}/${TEST_NAME}:latest"
...@@ -182,7 +182,7 @@ end2end_test ecoc24: ...@@ -182,7 +182,7 @@ end2end_test ecoc24:
- mv tfs_runtime_env_vars.sh tfs_runtime_env_vars_e2e.sh - mv tfs_runtime_env_vars.sh tfs_runtime_env_vars_e2e.sh
- echo "Por aqui"
- sleep 600 - sleep 600
# Run end-to-end tests # Run end-to-end tests
...@@ -195,6 +195,7 @@ end2end_test ecoc24: ...@@ -195,6 +195,7 @@ end2end_test ecoc24:
after_script: after_script:
# Dump TeraFlowSDN component logs # Dump TeraFlowSDN component logs
- echo "After"
- source ./src/tests/${TEST_NAME}/deploy_specs_ip.sh - source ./src/tests/${TEST_NAME}/deploy_specs_ip.sh
- kubectl --namespace tfs-ip logs deployment/contextservice -c server - kubectl --namespace tfs-ip logs deployment/contextservice -c server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment