summary refs log tree commit diff
path: root/nixos/tests/nfs.nix
Commit message (Collapse)AuthorAge
* nfs tests: fix nfs server unit nameNikolay Amiantov2017-02-05
|
* filesystems: use list of strings for fs optionsAneesh Agrawal2016-02-06
| | | | | | | | | | | | Allow usage of list of strings instead of a comma-separated string for filesystem options. Deprecate the comma-separated string style with a warning message; convert this to a hard error after 16.09. 15.09 was just released, so this provides a deprecation period during the 16.03 release. closes #10518 Signed-off-by: Robin Gloster <mail@glob.in>
* Fix NFSv4 testEelco Dolstra2015-09-01
| | | | http://hydra.nixos.org/build/25349071
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* Add nfs4 testEelco Dolstra2015-04-02
|
* nixos/tests: Fix nfsWilliam A. Kennington III2014-12-02
|
* nixos/nfs: Fix dependency orderingWilliam A. Kennington III2014-12-01
|
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* 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 a priority level for overrides in VM testsEelco Dolstra2013-10-29
| | | | | | | | | Now that overriding fileSystems in qemu-vm.nix works again, it's important that the VM tests that add additional file systems use the same override priority. Instead of using the same magic constant everywhere, they can now use mkVMOverride. http://hydra.nixos.org/build/6695561
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10