Skip to content
Snippets Groups Projects
Commit 94bd9b92 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark Committed by Neil-Jocelyn Schark
Browse files

remove old comments

parent d6a0c7a7
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !773. Comments created here will be created in the context of that merge request.
...@@ -28,7 +28,6 @@ integration-test-gosdn: ...@@ -28,7 +28,6 @@ integration-test-gosdn:
alias: gnmi-target_B alias: gnmi-target_B
command: ["start", "--cert", "/etc/gnmi-target/ssl/certs/gnmi-target-selfsigned.crt", "--key", "/etc/gnmi-target/ssl/private/gnmi-target-selfsigned.key", "--ca_file", "/etc/gnmi-target/ssl/ca.crt"] command: ["start", "--cert", "/etc/gnmi-target/ssl/certs/gnmi-target-selfsigned.crt", "--key", "/etc/gnmi-target/ssl/private/gnmi-target-selfsigned.key", "--ca_file", "/etc/gnmi-target/ssl/ca.crt"]
# Use gosdn docker image from this branch # Use gosdn docker image from this branch
# Uncomment later when fixed. See: https://code.fbi.h-da.de/danet/gosdn/-/issues/335
- name: "${CI_REGISTRY_IMAGE}:${DOCKER_TAG}_integration-test" - name: "${CI_REGISTRY_IMAGE}:${DOCKER_TAG}_integration-test"
alias: gosdn alias: gosdn
variables: variables:
...@@ -37,11 +36,5 @@ integration-test-gosdn: ...@@ -37,11 +36,5 @@ integration-test-gosdn:
before_script: before_script:
- bash -c "$(curl -sL https://get-gnmic.openconfig.net)" - bash -c "$(curl -sL https://get-gnmic.openconfig.net)"
script: script:
# Remove start of goSDN later when fixed. See: https://code.fbi.h-da.de/danet/gosdn/-/issues/335
#- cp -r artifacts/ssl/gosdn/certs artifacts/ssl/
#- cp -r artifacts/ssl/gosdn/private artifacts/ssl/
#- mkdir artifacts/configs && cp controller/configs/gNMISubscriptions.txt.example artifacts/configs/gNMISubscriptions.txt
#- make build-gosdn
#- cd artifacts && GOSDN_ADMIN_PASSWORD=TestPassword ./gosdn --config ../controller/configs/integration-test-gosdn.toml --security secure &
- INTEGRATION_TEST_CONTROLLER_URL="gosdn:55055" go test -p 1 ./integration-tests/* - INTEGRATION_TEST_CONTROLLER_URL="gosdn:55055" go test -p 1 ./integration-tests/*
<<: *test <<: *test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment