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 @@
- job: "apply"
- job: "deploy:integration-test"
variables:
GOSDN_LOG: "nolog"
GOSDN_TEST_API_ENDPOINT: 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:80
rules:
- if: $CI_NIGHTLY
when: delayed
......
......@@ -19,7 +19,7 @@ const unreachable = "203.0.113.10:6030"
const testPath = "/system/config/hostname"
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 testPassword = "arista"
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