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
Merge requests
!126
Resolve "Isolate Integration Tests"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Isolate Integration Tests"
91-isolate-integration-tests
into
develop
Overview
0
Commits
7
Pipelines
12
Changes
1
Merged
Ghost User
requested to merge
91-isolate-integration-tests
into
develop
4 years ago
Overview
0
Commits
7
Pipelines
12
Changes
1
Expand
Closes
#91 (closed)
Edited
4 years ago
by
Ghost User
0
0
Merge request reports
Viewing commit
de1eb730
Prev
Next
Show latest version
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
de1eb730
add nolog to integration tests
· de1eb730
Manuel Kieweg
authored
4 years ago
test/integration/cmdIntegration_test.go
+
4
−
0
Options
@@ -24,6 +24,10 @@ var defaultPath = []string{"/system/config/hostname"}
var
opt
*
nucleus
.
GnmiTransportOptions
func
testSetupIntegration
()
{
if
os
.
Getenv
(
"GOSDN_LOG"
)
==
"nolog"
{
log
.
SetLevel
(
log
.
PanicLevel
)
}
a
:=
os
.
Getenv
(
"GOSDN_TEST_ENDPOINT"
)
if
a
!=
""
{
testAddress
=
a
Loading