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
Loading
Loading
Loading
Loading
+7 −16
Original line number Diff line number Diff line
@@ -92,12 +92,8 @@ end2end_test ecoc24:

    # Change the name for the database
    - cp manifests/contextservice.yaml manifests/contextservice.yaml.bak
    - name: CRDB_DATABASE
      command: sed
      args:
        - -i
        - '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_opt_context"/}'
    # ./deploy/all.sh
    - |
      sed -i '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_opt_context"/}' manifests/contextservice.yaml
    
    - ./deploy/crdb.sh
    - ./deploy/nats.sh
@@ -128,11 +124,8 @@ end2end_test ecoc24:

    # Change the name for the database
    - cp manifests/contextservice.yaml manifests/contextservice.yaml.bak
    - name: CRDB_DATABASE
      command: sed
      args:
        - -i
        - '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_ip_context"/}'
    - |
      sed -i '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_ip_context"/}' manifests/contextservice.yaml
    
    
    # - source src/tests/${TEST_NAME}/deploy_specs_ip.sh
@@ -162,11 +155,8 @@ end2end_test ecoc24:

    # Change the name for the database
    - cp manifests/contextservice.yaml manifests/contextservice.yaml.bak
    - 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
    
    # - sed -i '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_e2e_context"/}' manifests/contextservice.yaml
    
@@ -189,6 +179,7 @@ end2end_test ecoc24:




    # Run end-to-end tests
    #- if docker ps -a | grep ${TEST_NAME}; then docker rm -f ${TEST_NAME}; fi
    #- >