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
!671
Remove parallelity of integration tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove parallelity of integration tests
integration-tests-again
into
master
Overview
0
Commits
15
Pipelines
11
Changes
2
Merged
Neil-Jocelyn Schark
requested to merge
integration-tests-again
into
master
1 year ago
Overview
0
Commits
15
Pipelines
11
Changes
2
Expand
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
My code follows the code style of this project.
My change requires a change to the documentation.
I have updated the documentation accordingly.
I have read the
CONTRIBUTING
document.
I have added tests to cover my changes.
All new and existing tests passed.
0
0
Merge request reports
Compare
master
version 13
1bcde990
1 year ago
version 12
1bcde990
1 year ago
version 11
b369aadd
1 year ago
version 10
f29026af
1 year ago
version 9
65efdbaf
1 year ago
version 8
722ae95f
1 year ago
version 7
b65e2108
1 year ago
version 6
585b6817
1 year ago
version 5
585b6817
1 year ago
version 4
ec9775e0
1 year ago
version 3
ec9775e0
1 year ago
version 2
d71084f1
1 year ago
version 1
e0c958a9
1 year ago
master (base)
and
latest version
latest version
1bcde990
15 commits,
1 year ago
version 13
1bcde990
15 commits,
1 year ago
version 12
1bcde990
15 commits,
1 year ago
version 11
b369aadd
14 commits,
1 year ago
version 10
f29026af
11 commits,
1 year ago
version 9
65efdbaf
10 commits,
1 year ago
version 8
722ae95f
9 commits,
1 year ago
version 7
b65e2108
8 commits,
1 year ago
version 6
585b6817
7 commits,
1 year ago
version 5
585b6817
7 commits,
1 year ago
version 4
ec9775e0
5 commits,
1 year ago
version 3
ec9775e0
5 commits,
1 year ago
version 2
d71084f1
3 commits,
1 year ago
version 1
e0c958a9
2 commits,
1 year ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab/ci/.test.yml
+
1
−
1
Options
@@ -37,5 +37,5 @@ integration-test-gosdn:
-
mv artifacts/ssl/gosdn/private artifacts/ssl/
-
make build-gosdn
-
cd artifacts && GOSDN_ADMIN_PASSWORD=TestPassword ./gosdn --config ../controller/configs/integration-test-gosdn.toml --security secure &
-
INTEGRATION_TEST_CONTROLLER_URL="localhost:55055" go test ./integration-tests/*
-
INTEGRATION_TEST_CONTROLLER_URL="localhost:55055" go test
-p 1
./integration-tests/*
<<
:
*test
Loading