Skip to content

Fix integration tests

Ghost User requested to merge fix-integration-tests into master

Description

Default value for GOSDN_TEST_API_ENDPOINT changed to gosdn:latest (http://gosdn-latest.apps.ocp.fbi.h-da.de/api) on Openshift and GOSDN_TEST_ENDPOINT changed to vEOS (141.100.67.238:6030) on OpenStack

Related Issue

Motivation and Context

Username and password for gNMI endpoints were hard coded. Changed to environment variables GOSDN_TEST_USER and GOSDN_TEST_PASSWORD

Endpoints for gosdn and gNMI were outdated.

How Has This Been Tested?

Using the established CI/CD pipelines

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Merge request reports