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

change env var

parent 94bd9b92
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !773. Comments created here will be created in the context of that merge request.
...@@ -12,6 +12,7 @@ integration-test-gosdn: ...@@ -12,6 +12,7 @@ integration-test-gosdn:
INTEGRATION_TEST_TARGET_A: gnmi-target_A:7030 INTEGRATION_TEST_TARGET_A: gnmi-target_A:7030
INTEGRATION_TEST_TARGET_B: gnmi-target_B:7030 INTEGRATION_TEST_TARGET_B: gnmi-target_B:7030
INTEGRATION_TEST_RABBITMQ_HOSTNAME: rabbitmq INTEGRATION_TEST_RABBITMQ_HOSTNAME: rabbitmq
INTEGRATION_TEST_CONTROLLER_URL: gosdn
services: services:
- name: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/mongo:7 - name: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/mongo:7
alias: mongo alias: mongo
...@@ -36,5 +37,5 @@ integration-test-gosdn: ...@@ -36,5 +37,5 @@ integration-test-gosdn:
before_script: before_script:
- bash -c "$(curl -sL https://get-gnmic.openconfig.net)" - bash -c "$(curl -sL https://get-gnmic.openconfig.net)"
script: script:
- INTEGRATION_TEST_CONTROLLER_URL="gosdn:55055" go test -p 1 ./integration-tests/* - go test -p 1 ./integration-tests/*
<<: *test <<: *test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment