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
!773
Resolve "Investigate GitLab-CI services don't reach each other"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Investigate GitLab-CI services don't reach each other"
335-investigate-gitlab-ci-services-don-t-reach-each-other
into
master
Overview
0
Commits
33
Pipelines
35
Changes
5
Merged
Neil-Jocelyn Schark
requested to merge
335-investigate-gitlab-ci-services-don-t-reach-each-other
into
master
1 year ago
Overview
0
Commits
33
Pipelines
35
Changes
5
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.
Related to
#335
0
0
Merge request reports
Compare
master
version 33
bfacd969
1 year ago
version 32
4921709e
1 year ago
version 31
33c7305b
1 year ago
version 30
0405a637
1 year ago
version 29
e2ec12dd
1 year ago
version 28
7a6e731a
1 year ago
version 27
d77b6e7b
1 year ago
version 26
6998812a
1 year ago
version 25
9ccc8ba9
1 year ago
version 24
9950d123
1 year ago
version 23
df8b4cbd
1 year ago
version 22
de50a8d3
1 year ago
version 21
db19c357
1 year ago
version 20
650be77e
1 year ago
version 19
0685f263
1 year ago
version 18
1757935c
1 year ago
version 17
4b831329
1 year ago
version 16
bc519cde
1 year ago
version 15
5889413a
1 year ago
version 14
ffe94f9d
1 year ago
version 13
b4364901
1 year ago
version 12
4cc0938a
1 year ago
version 11
cf003ecc
1 year ago
version 10
afdbce81
1 year ago
version 9
3832908c
1 year ago
version 8
c53504c9
1 year ago
version 7
7b7db86e
1 year ago
version 6
f5e083e6
1 year ago
version 5
931c8335
1 year ago
version 4
f46ad21a
1 year ago
version 3
8ee80553
1 year ago
version 2
1c8ec4d6
1 year ago
version 1
3916b8e6
1 year ago
master (base)
and
latest version
latest version
3c68eefa
33 commits,
1 year ago
version 33
bfacd969
33 commits,
1 year ago
version 32
4921709e
32 commits,
1 year ago
version 31
33c7305b
34 commits,
1 year ago
version 30
0405a637
33 commits,
1 year ago
version 29
e2ec12dd
32 commits,
1 year ago
version 28
7a6e731a
31 commits,
1 year ago
version 27
d77b6e7b
30 commits,
1 year ago
version 26
6998812a
29 commits,
1 year ago
version 25
9ccc8ba9
28 commits,
1 year ago
version 24
9950d123
27 commits,
1 year ago
version 23
df8b4cbd
26 commits,
1 year ago
version 22
de50a8d3
25 commits,
1 year ago
version 21
db19c357
24 commits,
1 year ago
version 20
650be77e
23 commits,
1 year ago
version 19
0685f263
22 commits,
1 year ago
version 18
1757935c
21 commits,
1 year ago
version 17
4b831329
20 commits,
1 year ago
version 16
bc519cde
18 commits,
1 year ago
version 15
5889413a
17 commits,
1 year ago
version 14
ffe94f9d
15 commits,
1 year ago
version 13
b4364901
14 commits,
1 year ago
version 12
4cc0938a
13 commits,
1 year ago
version 11
cf003ecc
12 commits,
1 year ago
version 10
afdbce81
11 commits,
1 year ago
version 9
3832908c
10 commits,
1 year ago
version 8
c53504c9
9 commits,
1 year ago
version 7
7b7db86e
8 commits,
1 year ago
version 6
f5e083e6
7 commits,
1 year ago
version 5
931c8335
6 commits,
1 year ago
version 4
f46ad21a
5 commits,
1 year ago
version 3
8ee80553
4 commits,
1 year ago
version 2
1c8ec4d6
1 commit,
1 year ago
version 1
3916b8e6
1 commit,
1 year ago
5 files
+
33
−
24
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
.gitlab/ci/.test.yml
+
8
−
14
Options
@@ -11,7 +11,8 @@ integration-test-gosdn:
MONGO_INITDB_ROOT_PASSWORD
:
example
INTEGRATION_TEST_TARGET_A
:
gnmi-target_A:7030
INTEGRATION_TEST_TARGET_B
:
gnmi-target_B:7030
RABBITMQ_HOSTNAME
:
rabbitmq
INTEGRATION_TEST_RABBITMQ_HOSTNAME
:
rabbitmq
INTEGRATION_TEST_CONTROLLER_URL
:
gosdn:55055
services
:
-
name
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/mongo:7
alias
:
mongo
@@ -28,20 +29,13 @@ integration-test-gosdn:
alias
:
gnmi-target_B
command
:
[
"
start"
,
"
--cert"
,
"
/etc/gnmi-target/ssl/certs/gnmi-target-selfsigned.crt"
,
"
--key"
,
"
/etc/gnmi-target/ssl/private/gnmi-target-selfsigned.key"
,
"
--ca_file"
,
"
/etc/gnmi-target/ssl/ca.crt"
]
# Use gosdn docker image from this branch
# Uncomment later when fixed. See: https://code.fbi.h-da.de/danet/gosdn/-/issues/335
#- name: "${CI_REGISTRY_IMAGE}:${DOCKER_TAG}_integration-test"
# alias: gosdn
# variables:
# GOSDN_ADMIN_PASSWORD: TestPassword
# command: ["--config", "/app/configs/integration-test-gosdn.toml", "--security", "secure"]
-
name
:
"
${CI_REGISTRY_IMAGE}:${DOCKER_TAG}_integration-test"
alias
:
gosdn
variables
:
GOSDN_ADMIN_PASSWORD
:
TestPassword
command
:
[
"
--config"
,
"
/app/configs/integration-test-gosdn.toml"
,
"
--security"
,
"
secure"
]
before_script
:
-
bash -c "$(curl -sL https://get-gnmic.openconfig.net)"
script
:
# Remove start of goSDN later when fixed. See: https://code.fbi.h-da.de/danet/gosdn/-/issues/335
-
cp -r artifacts/ssl/gosdn/certs artifacts/ssl/
-
cp -r artifacts/ssl/gosdn/private artifacts/ssl/
-
mkdir artifacts/configs && cp controller/configs/gNMISubscriptions.txt.example artifacts/configs/gNMISubscriptions.txt
-
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 -p 1 ./integration-tests/*
-
go test -p 1 ./integration-tests/*
<<
:
*test
Loading