about summary refs log tree commit diff
path: root/nixos/tests/tor.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-05-12nixos/tests/tor.nix: get rid of `with lib`Anderson Torres1-5/+3
2022-03-18nixos/tests: fix some evaluation errorsNaïm Favier1-15/+10
Fixes errors caught by "nixos/testing: restrict arguments to makeTest" as well as some unrelated errors and warnings.
2021-01-04nixos/tor: improve type-checking and hardeningJulien Moutinho1-1/+1
Fixes #77395. Fixes #82790.
2019-11-05nixos/tor: port test to pythonMarijan1-4/+6
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-2/+2
2018-06-21nixos/tests/tor: a minimal testJoachim Fasting1-0/+28
For now check that the default client config boots. Ideas for the future: - Expand on control via netcat - Configure a circuit of nodes exercise various configs (e.g., check that a client node can access a hidden www service). Needs setting up authoritative directory servers &c.