Hivemapper / odc-api

Software and APIs used to run the Open Dashcam (ODC) devices that collect data on the Hivemapper Mapping Network
13 stars 6 forks source link

Generalize ODC-API end-to-end testing to work for multiple tests. #209

Closed mazar-farran closed 5 months ago

mazar-farran commented 5 months ago

Ticket: https://github.com/Hivemapper/odc-api/issues/205

Usage covered in https://www.notion.so/WIP-End-to-End-Integration-Testing-for-ODC-API-7e9e1929f47a430d9b3daa07a330978a

mazar-farran commented 5 months ago

Current state: It works and most of the code was generalized to support multiple tests.

Downloading the dbs is still too difficult to do for multiple tests. We need to switch to AWS CLI with a restricted IAM role. This way we can download all tests and test data with a single command.