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
69c9d679
Commit
69c9d679
authored
4 years ago
by
Manuel Kieweg
Browse files
Options
Downloads
Patches
Plain Diff
fix wrong logging outout
parent
bfda7a9b
No related branches found
No related tags found
1 merge request
!145
Fix integration tests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/integration/cmdIntegration_test.go
+3
-3
3 additions, 3 deletions
test/integration/cmdIntegration_test.go
with
3 additions
and
3 deletions
test/integration/cmdIntegration_test.go
+
3
−
3
View file @
69c9d679
...
...
@@ -42,17 +42,17 @@ func testSetupIntegration() {
api
:=
os
.
Getenv
(
"GOSDN_TEST_API_ENDPOINT"
)
if
api
!=
""
{
testAPIEndpoint
=
api
log
.
Infof
(
"GOSDN_TEST_API_ENDPOINT set to %v"
,
testA
ddress
)
log
.
Infof
(
"GOSDN_TEST_API_ENDPOINT set to %v"
,
testA
PIEndpoint
)
}
u
:=
os
.
Getenv
(
"GOSDN_TEST_USER"
)
if
u
!=
""
{
testUsername
=
u
log
.
Infof
(
"GOSDN_TEST_USER set to %v"
,
test
Address
)
log
.
Infof
(
"GOSDN_TEST_USER set to %v"
,
test
Username
)
}
p
:=
os
.
Getenv
(
"GOSDN_TEST_PASSWORD"
)
if
p
!=
""
{
testPassword
=
p
log
.
Infof
(
"GOSDN_TEST_PASSWORD set to %v"
,
test
Address
)
log
.
Infof
(
"GOSDN_TEST_PASSWORD set to %v"
,
test
Password
)
}
gnmiMessages
=
map
[
string
]
pb
.
Message
{
...
...
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