Skip to content
Snippets Groups Projects
Commit 5ea7369a authored by Felix Ohms's avatar Felix Ohms
Browse files

rename variable

parent 908960c4
No related branches found
No related tags found
1 merge request!207Add rules to pipelines
Pipeline #86249 passed
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment