Perform integration tests in CI
- Jan 22, 2025
-
-
Clara Engler authored
-
Clara Engler authored
This commit changes the IPv4 address from `192.168.0.1` to `172.23.39.177`, in order to be less likely to collide with a real IP in the case, someone wants to circumvent the isolation.
-
- Jan 21, 2025
-
-
Clara Engler authored
-
Clara Engler authored
This commit ports the `--disable-fs-permission-checks` flag from arti into onionmasq, enabling the checking of file system permissions for the files we use, including custom arti configuration files. This feature is especially critical for integration tests in CI containers, as they tend to have very liberal permissions. In these scenarios, it is okay to allow insecure permissions, as no one cares about the internal security of CI containers.
-