Skip to content
Snippets Groups Projects
Commit 0f427bbc 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 3a9b0954 ee79499b
No related branches found
No related tags found
1 merge request!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
......@@ -92,7 +92,11 @@ end2end_test ecoc24:
# Change the name for the database
- cp manifests/contextservice.yaml manifests/contextservice.yaml.bak
- sed -i '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_opt_context"/}' manifests/contextservice.yaml
- name: CRDB_DATABASE
command: sed
args:
- -i
- '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_opt_context"/}'
# ./deploy/all.sh
- ./deploy/crdb.sh
......@@ -124,7 +128,11 @@ end2end_test ecoc24:
# Change the name for the database
- cp manifests/contextservice.yaml manifests/contextservice.yaml.bak
- sed -i '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_ip_context"/}' manifests/contextservice.yaml
- name: CRDB_DATABASE
command: sed
args:
- -i
- '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_ip_context"/}'
# - source src/tests/${TEST_NAME}/deploy_specs_ip.sh
......@@ -154,7 +162,13 @@ end2end_test ecoc24:
# Change the name for the database
- cp manifests/contextservice.yaml manifests/contextservice.yaml.bak
- sed -i '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_e2e_context"/}' manifests/contextservice.yaml
- name: CRDB_DATABASE
command: sed
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
- ./deploy/crdb.sh
- ./deploy/nats.sh
......@@ -170,7 +184,7 @@ end2end_test ecoc24:
#Configure Subscription WS
- ./src/tests/ecoc24/subscription_ws_e2e.sh
- mv tfs_runtime_env_vars.sh tfs_runtime_env_vars_e2e.sh
- mv tfs_runtime_env_vars.sh tfs_runtime_env_vars_e2e.sh
......
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