summaryrefslogtreecommitdiffstats
path: root/nixos/tests/bittorrent.nix
AgeCommit message (Collapse)Author
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-08-07transmission: apply RFC0042 and harden the serviceJulien Moutinho
2020-01-14nixosTests.bittorrent: Refactor declarative partJacek Galowicz
2020-01-14nixosTests.bittorrent: Fix declarative httpd descriptionJacek Galowicz
2019-11-04nixos/bittorrent: Port test to pythonJacek Galowicz
2019-02-22Remove myself as maintainer from packagesFlorian Friesdorf
I'm currently not maintaining any packages.
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim
He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
2018-09-15tests: bittorrent: add bobvanderlinden as maintainerBob van der Linden
2018-09-15tests: bittorrent: improve stabilityBob van der Linden
This attempts to improve stability of the test by using existing services for miniupnpd and transmission. It also uses explicit addresses for the network interfaces so that the external IP addresses are valid internet addresses (thus fixing validation problems from upnpc). Also disable eth0 from being used to transfer torrents over without that being the intention.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth
2018-02-17nixos/tests: rename IP addresses/routes optionsrnhmjoj
2017-01-26tests.bittorrent: use a file instead of a directoryRobin Gloster
nixUnstable.src is a directory, which made cp fail without -r
2016-05-17rename iElectric to domenkozar to match GitHubDomen Kožar
2015-07-12all tests: added meta.maintainers sectionJoachim Schiele
2014-12-09nixos.tests.bittorrent: mark torrent as privateDomen Kožar
Hopefully that resolves transient errors with DHT such as http://hydra.nixos.org/build/17784957
2014-10-07tests.bittorrent: use opentracker as bittorrent trackerDomen Kožar
2014-09-05remove bittorrent package since it's obsoleteDomen Kožar
2014-09-01nixos/tests: Fix usage of head function without pkgs.libWilliam A. Kennington III
2014-08-31Revert "Revert "Merge pull request #3182 from wkennington/master.ipv6""William A. Kennington III
This reverts commit ea8910652fcecbcd4f21aa1c66b1a0a239408b04.
2014-08-31Revert "Merge pull request #3182 from wkennington/master.ipv6"Rob Vermaas
This reverts commit b23fd6585481a42937e105d5fce630a549900e86, reversing changes made to 43654cba2c280ce17b81db44993d1c1bcae3a9c6.
2014-08-30Refactor nixos files relying on the old ipAddress / prefixLength / ↵William A. Kennington III
subnetMask attributes
2014-06-28name nixos tests, close #3078Florian Friesdorf
2014-04-15Fix the bittorrent testEelco Dolstra
This was broken since e8baaba044689b75ef4f36ebc5a93b7462c23cb2, because on the tracker, a DNS lookup for "tracker" returns ::1 due to nss_myhostname. This apparently confused it.
2014-04-14Make it easier to run the testsEelco Dolstra
You can now run a test in the nixos/tests directory directly using nix-build, e.g. $ nix-build '<nixos/tests/login.nix>' -A test This gets rid of having to add the test to nixos/tests/default.nix. (Of course, you still need to add it to nixos/release.nix if you want Hydra to run the test.)
2014-04-11Fix tests broken due to the firewall being enabled by defaultEelco Dolstra
2013-10-30Add lots of missing option typesEelco Dolstra
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra