From 26f9e057e6c158eb8d58123ffc0acebd09de702f Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <manuel.kieweg@h-da.de> Date: Mon, 19 Apr 2021 15:17:55 +0200 Subject: [PATCH] change defaults to openshift and openstack instances --- test/integration/cmdIntegration_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/integration/cmdIntegration_test.go b/test/integration/cmdIntegration_test.go index 5df324a9e..0aefff4db 100644 --- a/test/integration/cmdIntegration_test.go +++ b/test/integration/cmdIntegration_test.go @@ -16,8 +16,8 @@ import ( const unreachable = "203.0.113.10:6030" -var testAddress = "141.100.70.171:6030" -var testAPIEndpoint = "http://141.100.70.171:8080/api" +var testAddress = "141.100.67.238:6030" +var testAPIEndpoint = "http://gosdn-latest.apps.ocp.fbi.h-da.de/api" var testUsername = "admin" var testPassword = "arista" var defaultPath = []string{"/system/config/hostname"} @@ -78,8 +78,8 @@ func testSetupIntegration() { opt = &nucleus.GnmiTransportOptions{ Config: gnmi.Config{ Addr: testAddress, - Username: "admin", - Password: "arista", + Username: testUsername, + Password: testPassword, Encoding: gpb.Encoding_JSON_IETF, }, RespChan: make(chan *gpb.SubscribeResponse), -- GitLab