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
Loading
Loading
Loading
Loading
+18 −4
Original line number Diff line number Diff line
@@ -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