summary refs log tree commit diff
path: root/nixos/tests/bittorrent.nix
Commit message (Collapse)AuthorAge
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* nixos.tests.bittorrent: mark torrent as privateDomen Kožar2014-12-09
| | | | | Hopefully that resolves transient errors with DHT such as http://hydra.nixos.org/build/17784957
* tests.bittorrent: use opentracker as bittorrent trackerDomen Kožar2014-10-07
|
* remove bittorrent package since it's obsoleteDomen Kožar2014-09-05
|
* nixos/tests: Fix usage of head function without pkgs.libWilliam A. Kennington III2014-09-01
|
* Revert "Revert "Merge pull request #3182 from wkennington/master.ipv6""William A. Kennington III2014-08-31
| | | | This reverts commit ea8910652fcecbcd4f21aa1c66b1a0a239408b04.
* Revert "Merge pull request #3182 from wkennington/master.ipv6"Rob Vermaas2014-08-31
| | | | | This reverts commit b23fd6585481a42937e105d5fce630a549900e86, reversing changes made to 43654cba2c280ce17b81db44993d1c1bcae3a9c6.
* Refactor nixos files relying on the old ipAddress / prefixLength / ↵William A. Kennington III2014-08-30
| | | | subnetMask attributes
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* Fix the bittorrent testEelco Dolstra2014-04-15
| | | | | | This was broken since e8baaba044689b75ef4f36ebc5a93b7462c23cb2, because on the tracker, a DNS lookup for "tracker" returns ::1 due to nss_myhostname. This apparently confused it.
* Make it easier to run the testsEelco Dolstra2014-04-14
| | | | | | | | | | | 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.)
* Fix tests broken due to the firewall being enabled by defaultEelco Dolstra2014-04-11
|
* Add lots of missing option typesEelco Dolstra2013-10-30
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10