Skip to content

Integration test (GONRG-540)

Igor Filippov (EPAM) requested to merge integration-test into master

Description:

Adds GCP integration tests.

How to test:

To run tests, you need to use the following environment variables - FILE_SERVICE_HOST, INTEGRATION_TESTER, NO_DATA_ACCESS_TESTER, TARGET_AUDIENCE, DATA_PARTITION_ID, USER_ID, TIME_ZONE, FILE_BUCKET, GCLOUD_PROJECT, GCP_DEPLOY_FILE. Next, to run the tests, write "mvn clean install" in "testing". The basic functionality of the following endpoints will be tested - "/ getLocation", "/ getFileLocation", "/ getFileList".

Changes include:

  • Refactor (a non-breaking change that improves code maintainability).
  • Bugfix (a non-breaking change that solves an issue).
  • New feature (a non-breaking change that adds functionality).
  • Breaking change (a change that is not backward-compatible and/or changes current functionality).

Changes In:

  • GCP
  • Azure
  • AWS
  • IBM

Dev Checklist:

  • Added Unit Tests, wherever applicable.
  • Updated the Readme, if applicable.
  • Existing Tests pass
  • Verified functionality locally
  • Self Reviewed my code for formatting and complex business logic.

Other Comments:

Any comments to approvers here

Edited by Elizaveta Zeldina (EPAM)

Merge request reports