Skip to content
Snippets Groups Projects
Commit 8c2b7464 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 0f427bbc 9453ee7d
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"
...@@ -92,12 +92,8 @@ end2end_test ecoc24: ...@@ -92,12 +92,8 @@ end2end_test ecoc24:
# Change the name for the database # Change the name for the database
- cp manifests/contextservice.yaml manifests/contextservice.yaml.bak - cp manifests/contextservice.yaml manifests/contextservice.yaml.bak
- name: CRDB_DATABASE - |
command: sed sed -i '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_opt_context"/}' manifests/contextservice.yaml
args:
- -i
- '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_opt_context"/}'
# ./deploy/all.sh
- ./deploy/crdb.sh - ./deploy/crdb.sh
- ./deploy/nats.sh - ./deploy/nats.sh
...@@ -128,11 +124,8 @@ end2end_test ecoc24: ...@@ -128,11 +124,8 @@ end2end_test ecoc24:
# Change the name for the database # Change the name for the database
- cp manifests/contextservice.yaml manifests/contextservice.yaml.bak - cp manifests/contextservice.yaml manifests/contextservice.yaml.bak
- name: CRDB_DATABASE - |
command: sed sed -i '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_ip_context"/}' manifests/contextservice.yaml
args:
- -i
- '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_ip_context"/}'
# - source src/tests/${TEST_NAME}/deploy_specs_ip.sh # - source src/tests/${TEST_NAME}/deploy_specs_ip.sh
...@@ -162,11 +155,8 @@ end2end_test ecoc24: ...@@ -162,11 +155,8 @@ end2end_test ecoc24:
# Change the name for the database # Change the name for the database
- cp manifests/contextservice.yaml manifests/contextservice.yaml.bak - cp manifests/contextservice.yaml manifests/contextservice.yaml.bak
- name: CRDB_DATABASE - |
command: sed sed -i '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_e2e_context"/}' manifests/contextservice.yaml
args:
- -i
- '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_e2e_context"/}'
# - sed -i '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_e2e_context"/}' manifests/contextservice.yaml # - sed -i '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_e2e_context"/}' manifests/contextservice.yaml
...@@ -189,6 +179,7 @@ end2end_test ecoc24: ...@@ -189,6 +179,7 @@ end2end_test ecoc24:
# 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