Problem statement.
We don't use locust tests before running datadog-service tests (test shipyard here). Because we have no locust tests, we are not able to test the deploy -> test -> evaluate sequence (example)
Describe the solution you'd like
I would like the go tests to use locust tests. Integration tests Github workflow should pass.
Describe alternatives you've considered
I haven't considered any other alternative.
Definition of Done
- go tests use locust test files
- shipyard has a test sequence
- go tests pass with locust test and test sequence in shipyard
- integration tests github workflow passes successfully (runs once every weekday)