ooni-probe-cli/E2E
Simone Basso 9848f3713e
fix(ci/debianrepo): avoid running docker arm64 (#551)
The issue at https://github.com/ooni/probe/issues/1741 is that running `docker --platform linux/arm64` segfaults when running `sudo apt-get update -q` inside the `arm64` docker environment.

As far as the `debianrepo` rule is concerned, we can fix the issue by taking advantage of Debian multi-arch. We now configure Debian multi-arch and install the package inside a `debian:stable` environment.

We keep using docker. In principle we could not. But the Ubuntu environment provided by GitHub actions does not support multi-arch for arm. Also, I'd like testing this rule to be possible also locally (where I don't have Debian).
2021-10-21 16:55:00 +02:00
..
.gitignore feat: add end-to-end testing to this repository (#220) 2021-02-04 14:25:03 +01:00
debian.sh fix(ci/debianrepo): avoid running docker arm64 (#551) 2021-10-21 16:55:00 +02:00
miniooni.bash refactor: reorganize and to end and smoke testing (#348) 2021-05-13 18:04:47 +02:00
ooniprobe.sh refactor: reorganize and to end and smoke testing (#348) 2021-05-13 18:04: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.