department-of-veterans-affairs / abd-vro

To get Veterans benefits in minutes, VRO software uses health evidence data to help fast track disability claims.
Other
19 stars 6 forks source link

Containerize Integration Tests for BIP #3165

Open msnwatson opened 2 months ago

msnwatson commented 2 months ago

User Story

As a VRO engineer, I want to reconfigure application integration tests and Docker images to run integration tests if given proper Docker run commands, so that we can run integration test containers in LHDI environments during deployments.

Acceptance Criteria

  1. BIP integration tests can be run from the BIP container image using a docker run command
  2. Mock BIP containers are made deployable to LHDI
  3. Mock container is published to our package repo and integrated with SecRel pipelines for image signing
  4. Create a followup ticket to figure out how to use actual VA BIP service in lower environments
  5. Create a followup ticket like #3000 for getting integration tests running in LHDI

Not included in this work

Notes about work