ooni-probe-cli/E2E
Simone Basso 0fc5d0e904
fix(E2E): ensure miniooni.bash is WAI (#972)
This diff re-enables `E2E/miniooni.bash`. To make it working properly, we
needed to figure out which were the right cloudfronts to use.

I looked into the configuration and determined that both cloudfronts
should be used because they basically map to the same host.

I also determined it was backwards to test a mixture of prod and testing
APIs, and probably also flaky. So, I  choose to only test the prod.

Additionally, I added support for testing all supported tunnels.

Closes https://github.com/ooni/probe/issues/2336
2022-10-08 13:14:11 +02:00
..
.gitignore feat: add end-to-end testing to this repository (#220) 2021-02-04 14:25:03 +01:00
debian.bash fix(go-build-alpine): honour OONI_PSIPHON_TAGS (#968) 2022-10-03 11:55:47 +02:00
miniooni.bash fix(E2E): ensure miniooni.bash is WAI (#972) 2022-10-08 13:14:11 +02:00
ooniprobe.bash fix(go-build-alpine): honour OONI_PSIPHON_TAGS (#968) 2022-10-03 11:55:47 +02:00
README.md feat: add end-to-end testing to this repository (#220) 2021-02-04 14:25:03 +01:00

github.com/ooni/probe-cli/E2E

This directory is used to run end-to-end tests where we run specific measurements, we fetch them back from the API, and check them.