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 svc-bie-kafka #3166

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. svc-bie-kafka integration tests can be run from the svc-bie-kafka container image using a docker run command
  2. Any mock containers that svc-bie-kafka depends on 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 real dependent VA services 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