Skip to content
Snippets Groups Projects
Commit b6e3e05c authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

test sleep

parent c785dcce
No related branches found
No related tags found
1 merge request!202Refactor ci
Pipeline #83976 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment