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

change port to plain http

parent 14efb506
No related branches found
No related tags found
1 merge request!159Resolve "Integration Tests Fail"
Pipeline #73811 canceled
...@@ -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:55055" var testAPIEndpoint = "gosdn-latest.apps.ocp.fbi.h-da.de:80"
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