From 59b29828e8c8469a34465932744f4622990143ce Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil.schark@h-da.de> Date: Mon, 20 Jan 2025 16:33:38 +0000 Subject: [PATCH] Fix integration tests again See merge request danet/quant!249 --- .gitlab-ci.yml | 4 ++-- integration-tests/config/controller/routing-config.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fe06ad0..331a1e2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -176,7 +176,7 @@ unit-tests: integration-test-aes: tags: - shell - needs: [] + needs: ["patch-qkdn-controller", "patch-routing-app"] variables: DEPENDENCY_PROXY: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ before_script: @@ -193,7 +193,7 @@ integration-test-aes: integration-test-otp: tags: - shell - needs: [] + needs: ["patch-qkdn-controller", "patch-routing-app"] variables: DEPENDENCY_PROXY: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ before_script: diff --git a/integration-tests/config/controller/routing-config.yaml b/integration-tests/config/controller/routing-config.yaml index 4611c084..14988a66 100644 --- a/integration-tests/config/controller/routing-config.yaml +++ b/integration-tests/config/controller/routing-config.yaml @@ -5,3 +5,4 @@ UserPW: "TestPassword" AppName: "dq-routing" RegistrationToken: "SecurePresharedToken" GrpcAddress: ":54321" +RoutingOptions: "UseAbsoluteKeyFillLevel" -- GitLab