Skip to content
Snippets Groups Projects
Commit 59b29828 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark Committed by Fabian Seidl
Browse files

Fix integration tests again

See merge request !249
parent 3e35d5ad
Branches
No related tags found
1 merge request!249Fix integration tests again
Pipeline #251551 passed
...@@ -176,7 +176,7 @@ unit-tests: ...@@ -176,7 +176,7 @@ unit-tests:
integration-test-aes: integration-test-aes:
tags: tags:
- shell - shell
needs: [] needs: ["patch-qkdn-controller", "patch-routing-app"]
variables: variables:
DEPENDENCY_PROXY: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ DEPENDENCY_PROXY: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/
before_script: before_script:
...@@ -193,7 +193,7 @@ integration-test-aes: ...@@ -193,7 +193,7 @@ integration-test-aes:
integration-test-otp: integration-test-otp:
tags: tags:
- shell - shell
needs: [] needs: ["patch-qkdn-controller", "patch-routing-app"]
variables: variables:
DEPENDENCY_PROXY: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ DEPENDENCY_PROXY: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/
before_script: before_script:
......
...@@ -5,3 +5,4 @@ UserPW: "TestPassword" ...@@ -5,3 +5,4 @@ UserPW: "TestPassword"
AppName: "dq-routing" AppName: "dq-routing"
RegistrationToken: "SecurePresharedToken" RegistrationToken: "SecurePresharedToken"
GrpcAddress: ":54321" GrpcAddress: ":54321"
RoutingOptions: "UseAbsoluteKeyFillLevel"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment