diff --git a/build/ci/.test.yml b/build/ci/.test.yml index 5accdd820180f8b4b1fee229c39c6f3ea73044f2..6e639b03bdec3ace5caca8d5bf8e6d127e071618 100644 --- a/build/ci/.test.yml +++ b/build/ci/.test.yml @@ -6,7 +6,7 @@ integration-test: - job: "deploy:integration-test" variables: GOSDN_LOG: "nolog" - GOSDN_TEST_API_ENDPOINT: http://gosdn-$CI_COMMIT_SHA.apps.ocp.fbi.h-da.de:55055 + GOSDN_TEST_API_ENDPOINT: gosdn-$CI_COMMIT_SHA.apps.ocp.fbi.h-da.de:55055 rules: - if: $CI_NIGHTLY when: delayed @@ -45,4 +45,4 @@ unit-test: controller-test: script: - go test -race -v -run TestRun - <<: *test \ No newline at end of file + <<: *test diff --git a/test/integration/cmdIntegration_test.go b/test/integration/cmdIntegration_test.go index 8cb8ef5298e2d1795380b4b24c4b4f2aa48ab923..02c2812f1b27bc94b84afcdb2ddad593e4501167 100644 --- a/test/integration/cmdIntegration_test.go +++ b/test/integration/cmdIntegration_test.go @@ -19,7 +19,7 @@ const unreachable = "203.0.113.10:6030" const testPath = "/system/config/hostname" var testAddress = "141.100.70.171:6030" -var testAPIEndpoint = "http://gosdn-latest.apps.ocp.fbi.h-da.de:55055" +var testAPIEndpoint = "gosdn-latest.apps.ocp.fbi.h-da.de:55055" var testUsername = "admin" var testPassword = "arista" var opt *tpb.TransportOption