Skip to content
Snippets Groups Projects
Commit 860ef0ae 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 b72c2829 f57e3789
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"
...@@ -70,12 +70,17 @@ end2end_test ecoc24: ...@@ -70,12 +70,17 @@ end2end_test ecoc24:
#- yq -i '((select(.kind=="Deployment").spec.template.spec.containers.[] | select(.name=="server").env.[]) | select(.name=="LOG_LEVEL").value) |= "DEBUG"' manifests/serviceservice.yaml #- yq -i '((select(.kind=="Deployment").spec.template.spec.containers.[] | select(.name=="server").env.[]) | select(.name=="LOG_LEVEL").value) |= "DEBUG"' manifests/serviceservice.yaml
#- yq -i '((select(.kind=="Deployment").spec.template.spec.containers.[] | select(.name=="server").env.[]) | select(.name=="LOG_LEVEL").value) |= "DEBUG"' manifests/sliceservice.yaml #- yq -i '((select(.kind=="Deployment").spec.template.spec.containers.[] | select(.name=="server").env.[]) | select(.name=="LOG_LEVEL").value) |= "DEBUG"' manifests/sliceservice.yaml
#- yq -i '((select(.kind=="Deployment").spec.template.spec.containers.[] | select(.name=="server").env.[]) | select(.name=="LOG_LEVEL").value) |= "DEBUG"' manifests/nbiservice.yaml #- yq -i '((select(.kind=="Deployment").spec.template.spec.containers.[] | select(.name=="server").env.[]) | select(.name=="LOG_LEVEL").value) |= "DEBUG"' manifests/nbiservice.yaml
# - source src/tests/${TEST_NAME}/deploy_specs.sh - source src/tests/${TEST_NAME}/deploy_specs_e2e.sh
#- export TFS_REGISTRY_IMAGES="${CI_REGISTRY_IMAGE}" # Deploy TeraFlowSDN
#- export TFS_SKIP_BUILD="YES" - ./deploy/crdb.sh
#- export TFS_IMAGE_TAG="latest" - ./deploy/nats.sh
#- echo "TFS_REGISTRY_IMAGES=${CI_REGISTRY_IMAGE}" - ./deploy/qdb.sh
- ./deploy/expose_dashboard.sh
- ./deploy/tfs.sh
- ./deploy/show.sh
- source src/tests/${TEST_NAME}/deploy_specs_opt.sh
# Deploy TeraFlowSDN # Deploy TeraFlowSDN
- ./deploy/crdb.sh - ./deploy/crdb.sh
- ./deploy/nats.sh - ./deploy/nats.sh
...@@ -83,10 +88,18 @@ end2end_test ecoc24: ...@@ -83,10 +88,18 @@ end2end_test ecoc24:
- ./deploy/expose_dashboard.sh - ./deploy/expose_dashboard.sh
- ./deploy/tfs.sh - ./deploy/tfs.sh
- ./deploy/show.sh - ./deploy/show.sh
# Wait for Context to be subscribed to NATS
#- while ! kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/contextservice -c server 2>&1 | grep -q 'Subscriber is Ready? True'; do sleep 1; done - source src/tests/${TEST_NAME}/deploy_specs_ip.sh
#- kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/contextservice -c server # Deploy TeraFlowSDN
- ./deploy/crdb.sh
- ./deploy/nats.sh
- ./deploy/qdb.sh
- ./deploy/expose_dashboard.sh
- ./deploy/tfs.sh
- ./deploy/show.sh
# Run end-to-end tests # Run end-to-end tests
#- if docker ps -a | grep ${TEST_NAME}; then docker rm -f ${TEST_NAME}; fi #- if docker ps -a | grep ${TEST_NAME}; then docker rm -f ${TEST_NAME}; fi
......
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