Skip to content
Snippets Groups Projects
Commit 879a09bd authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

remove http prefix in test endpoint address

parent 9dc3c76e
No related branches found
No related tags found
1 merge request!159Resolve "Integration Tests Fail"
Pipeline #73491 passed with warnings
...@@ -6,7 +6,7 @@ integration-test: ...@@ -6,7 +6,7 @@ integration-test:
- job: "deploy:integration-test" - job: "deploy:integration-test"
variables: variables:
GOSDN_LOG: "nolog" GOSDN_LOG: "nolog"
GOSDN_TEST_API_ENDPOINT: http://gosdn-$CI_COMMIT_SHA.apps.ocp.fbi.h-da.de:55055 GOSDN_TEST_API_ENDPOINT: gosdn-$CI_COMMIT_SHA.apps.ocp.fbi.h-da.de:55055
rules: rules:
- if: $CI_NIGHTLY - if: $CI_NIGHTLY
when: delayed when: delayed
...@@ -45,4 +45,4 @@ unit-test: ...@@ -45,4 +45,4 @@ unit-test:
controller-test: controller-test:
script: script:
- go test -race -v -run TestRun - go test -race -v -run TestRun
<<: *test <<: *test
\ No newline at end of file
...@@ -19,7 +19,7 @@ const unreachable = "203.0.113.10:6030" ...@@ -19,7 +19,7 @@ const unreachable = "203.0.113.10:6030"
const testPath = "/system/config/hostname" const testPath = "/system/config/hostname"
var testAddress = "141.100.70.171:6030" var testAddress = "141.100.70.171:6030"
var testAPIEndpoint = "http://gosdn-latest.apps.ocp.fbi.h-da.de:55055" var testAPIEndpoint = "gosdn-latest.apps.ocp.fbi.h-da.de:55055"
var testUsername = "admin" var testUsername = "admin"
var testPassword = "arista" var testPassword = "arista"
var opt *tpb.TransportOption var opt *tpb.TransportOption
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment