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
5ea7369a
Commit
5ea7369a
authored
3 years ago
by
Felix Ohms
Browse files
Options
Downloads
Patches
Plain Diff
rename variable
parent
908960c4
No related branches found
No related tags found
1 merge request
!207
Add rules to pipelines
Pipeline
#86249
passed
3 years ago
Stage: test
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci/.integration-test.yml
+2
-2
2 additions, 2 deletions
.gitlab/ci/.integration-test.yml
with
2 additions
and
2 deletions
.gitlab/ci/.integration-test.yml
+
2
−
2
View file @
5ea7369a
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
variables
:
variables
:
GOSDN_LOG
:
"
nolog"
GOSDN_LOG
:
"
nolog"
GOSDN_TEST_API_ENDPOINT
:
"
141.100.70.178:${GOSDN_GRPC_PORT}"
GOSDN_TEST_API_ENDPOINT
:
"
141.100.70.178:${GOSDN_GRPC_PORT}"
GOSDN
_TEST_ENDPOINT
:
"
141.100.70.178:${CEOS1_1_PORT}"
CEOS
_TEST_ENDPOINT
:
"
141.100.70.178:${CEOS1_1_PORT}"
GOSDN_TEST_USER
:
"
admin"
GOSDN_TEST_USER
:
"
admin"
GOSDN_TEST_PASSWORD
:
"
admin"
GOSDN_TEST_PASSWORD
:
"
admin"
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
integration-test:nucleus
:
integration-test:nucleus
:
<<
:
*integration-test
<<
:
*integration-test
script
:
script
:
-
${CI_PROJECT_DIR}/.gitlab/ci/scripts/wait-for-it.sh ${
GOSDN
_TEST_ENDPOINT} -s -t 180 -- echo "CEOS is up"
-
${CI_PROJECT_DIR}/.gitlab/ci/scripts/wait-for-it.sh ${
CEOS
_TEST_ENDPOINT} -s -t 180 -- echo "CEOS is up"
-
sleep
30
-
sleep
30
-
cd ./test/integration
-
cd ./test/integration
-
go test -race -v -run TestGnmi_SetIntegration
-
go test -race -v -run TestGnmi_SetIntegration
...
...
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