about summary refs log tree commit diff
path: root/nixos/tests/ferm.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-10-23nixosTests.ferm: fix network timeoutFabian Möller1-0/+1
The subtests could start before the server has configured it's IP addresses and therefore timeout.
2019-11-28nixos/ferm: port test to pythonJörg Thalheim1-16/+14
related to #72828
2019-10-08nixos/tests/{ferm,networking}: fix eval with networkdLinus Heckemann1-0/+1
The networking.virtual test does not work with networkd yet, for multiple reasons: - network-online.target is not reached, because tun0 and tap0 are considered as required for online but _not_ brought up or assigned the configured addresses - the commands later in the test rely on some units from the scripted network setup cc @fpletz networkd exper cc @globin we looked at this together
2019-09-29nixos/tests/ferm: wait for DAD timeout before testingMartin Weinelt1-0/+1
The test has recently been failing due to the IPv6 address on the server still being in the tentative state, when the client sends its first request. The server will not start using the IPv6 address until DAD has completed. Scripted networking seems not to wait for DAD completion before completing network-online.target, so let's switch to networkd instead, which does.
2018-09-21nixos/tests/ferm: disable dhcpcdUli Baum1-1/+3
The test failed in one run on Hydra, logs look like dhcpcd changed ipv6 routing at just the wrong time. Disable dhcpcd. It's not needed, the test uses static IPs anyway.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-2/+2
2018-02-17nixos/tests: rename IP addresses/routes optionsrnhmjoj1-4/+4
2016-09-04ferm: fix race condition in integration test (#18288)Jörg Thalheim1-0/+1
curl sent the request faster then nginx bound the port in some cases
2016-08-29ferm: add integration testJörg Thalheim1-0/+71