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
b6e3e05c
Commit
b6e3e05c
authored
3 years ago
by
Neil-Jocelyn Schark
Browse files
Options
Downloads
Patches
Plain Diff
test sleep
parent
c785dcce
No related branches found
No related tags found
1 merge request
!202
Refactor ci
Pipeline
#83976
failed
3 years ago
Stage: build
Stage: test
Stage: apply
Stage: integration-test
Stage: .post
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci/.integration-test.yml
+2
-1
2 additions, 1 deletion
.gitlab/ci/.integration-test.yml
with
2 additions
and
1 deletion
.gitlab/ci/.integration-test.yml
+
2
−
1
View file @
b6e3e05c
...
...
@@ -14,7 +14,8 @@
integration-test:nucleus
:
<<
:
*integration-test
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 ${GOSDN_TEST_ENDPOINT} -s -t 180 -- echo "CEOS is up"
-
sleep
120
-
cd ./test/integration
-
go test -race -v -run TestGnmi_SetIntegration
-
go test -race -v -run TestGnmi_GetIntegration
...
...
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