Commit 971b0286 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

QKD E2E Test:

- Corrected GitlabCI/CD pipeline descriptor
parent 92ea563d
Loading
Loading
Loading
Loading
+15 −3
Original line number Diff line number Diff line
@@ -71,9 +71,21 @@ end2end_test qkd_end2end:
      ${CI_REGISTRY_IMAGE}/mock-qkd-node:test

    - echo "Waiting for QKD Nodes to initialize..."
    - while ! docker logs qkd-node-01 2>&1 | grep -q "All log messages before absl\:\:InitializeLog\(\) is called are written to STDERR"; do sleep 1; done
    - while ! docker logs qkd-node-02 2>&1 | grep -q "All log messages before absl\:\:InitializeLog\(\) is called are written to STDERR"; do sleep 1; done
    - while ! docker logs qkd-node-03 2>&1 | grep -q "All log messages before absl\:\:InitializeLog\(\) is called are written to STDERR"; do sleep 1; done
    - >
      while ! docker logs qkd-node-01 2>&1 | grep -q "All log messages before absl::InitializeLog() is called are written to STDERR"; do
        printf "%c" "."
        sleep 1
      done
    - >
      while ! docker logs qkd-node-02 2>&1 | grep -q "All log messages before absl::InitializeLog() is called are written to STDERR"; do
        printf "%c" "."
        sleep 1
      done
    - >
      while ! docker logs qkd-node-03 2>&1 | grep -q "All log messages before absl::InitializeLog() is called are written to STDERR"; do
        printf "%c" "."
        sleep 1
      done

    # Dump logs of the QKD Nodes (script, before any configuration)
    - docker logs qkd-node-01