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

change port to plain http

parent 6fed0717
No related branches found
No related tags found
1 merge request!159Resolve "Integration Tests Fail"
Pipeline #73813 canceled
...@@ -5,8 +5,7 @@ ...@@ -5,8 +5,7 @@
- job: "apply" - job: "apply"
- job: "deploy:integration-test" - job: "deploy:integration-test"
variables: variables:
GOSDN_LOG: "nolog" GOSDN_TEST_API_ENDPOINT: gosdn-$CI_COMMIT_SHA.apps.ocp.fbi.h-da.de:80
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
......
...@@ -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 = "gosdn-latest.apps.ocp.fbi.h-da.de:80" 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.
Finish editing this message first!
Please register or to comment