From 9dc3c76ebe866b4cca800681bf8f73d4fec965c4 Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <manuel.kieweg@h-da.de>
Date: Sat, 5 Jun 2021 12:37:45 +0200
Subject: [PATCH] add port number

---
 build/ci/.test.yml                      | 2 +-
 test/integration/cmdIntegration_test.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/ci/.test.yml b/build/ci/.test.yml
index 9324aa0e9..5accdd820 100644
--- a/build/ci/.test.yml
+++ b/build/ci/.test.yml
@@ -6,7 +6,7 @@ integration-test:
     - job: "deploy:integration-test"
   variables:
     GOSDN_LOG: "nolog"
-    GOSDN_TEST_API_ENDPOINT: http://gosdn-$CI_COMMIT_SHA.apps.ocp.fbi.h-da.de
+    GOSDN_TEST_API_ENDPOINT: http://gosdn-$CI_COMMIT_SHA.apps.ocp.fbi.h-da.de:55055
   rules:
     - if: $CI_NIGHTLY
       when: delayed
diff --git a/test/integration/cmdIntegration_test.go b/test/integration/cmdIntegration_test.go
index 8f88a4328..8cb8ef529 100644
--- a/test/integration/cmdIntegration_test.go
+++ b/test/integration/cmdIntegration_test.go
@@ -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 = "http://gosdn-latest.apps.ocp.fbi.h-da.de"
+var testAPIEndpoint = "http://gosdn-latest.apps.ocp.fbi.h-da.de:55055"
 var testUsername = "admin"
 var testPassword = "arista"
 var opt *tpb.TransportOption
-- 
GitLab