Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Commits
26f9e057
Commit
26f9e057
authored
3 years ago
by
Manuel Kieweg
Browse files
Options
Downloads
Patches
Plain Diff
change defaults to openshift and openstack instances
parent
69c9d679
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!145
Fix integration tests
Pipeline
#68500
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/integration/cmdIntegration_test.go
+4
-4
4 additions, 4 deletions
test/integration/cmdIntegration_test.go
with
4 additions
and
4 deletions
test/integration/cmdIntegration_test.go
+
4
−
4
View file @
26f9e057
...
...
@@ -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
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment