about summary refs log tree commit diff
path: root/nixos/tests/openssh.nix
Commit message (Collapse)AuthorAge
* openssh: test that startWhenNeeded worksGraham Christensen2016-12-29
|
* nixos/tests/openssh: Fix test by using safe public keysWilliam A. Kennington III2015-08-12
|
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* nixos/tests/openssh: Test configured auth keys.aszlig2014-06-27
| | | | | | | | | So far the test only uses an authorized key that is copied over to the target machine instead of being set by the target's configuration. Now, we cover both cases. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* 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.)
* Test whether PAM resource limits workEelco Dolstra2013-10-17
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10