summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* init disk-deactivate for cleaning up the disklassulus2022-12-241-3/+8
|
* tests swap: add jq to systemlassulus2022-12-242-1/+4
|
* expose disko for non x86Jörg Thalheim2022-12-091-1/+1
|
* add nodev support (for tmpfs, ramfs, nfs)lassulus2022-12-041-0/+10
|
* tests swap: get jq from systemPackageslassulus2022-12-022-1/+4
|
* types: init swapDavid Arnold2022-12-021-0/+19
|
* tests module: test system.build output instead of systemPackageslassulus2022-12-011-4/+4
|
* drop environment.systemPackagesJörg Thalheim2022-11-291-2/+0
| | | | | | Those packages are only used for installation and are not used afterwards. system.build outputs can be used to get them in an installer included.
* types: fix negative relative disk sizelassulus2022-11-251-0/+11
|
* add regression test for #52lassulus2022-11-101-0/+12
|
* tests: add testBoot parameter to disable boot testslassulus2022-11-101-16/+20
|
* add tests for module and clilassulus2022-11-0114-19/+115
|
* tests: add simple-efilassulus2022-10-231-0/+9
|
* tests: pass lib to exampleslassulus2022-10-232-4/+15
|
* add nixos tests for disko.config, extend/fix existing testslassulus2022-10-0211-41/+147
|
* add test for standalone nixos configJörg Thalheim2022-09-041-1/+3
|
* add test for lvm exampleJörg Thalheim2022-09-041-1/+10
|
* fix gpt-bios-compat example and test it.Jörg Thalheim2022-09-041-0/+10
|
* reimplement disko using the nixos type systemlassulus2022-09-022-1/+21
| | | | | This should make the code cleaner, more robust and errors should be clearer. we also changed the configuration format a bit.
* support zfs over legacy fslassulus2022-08-261-0/+12
|
* zfs: support for root dataset mountpoint and mountpoint=noneJörg Thalheim2022-08-261-2/+2
|
* also test zfs filesystem optionsJörg Thalheim2022-08-261-0/+17
|
* tests: use mountpoint program to check for mountpointsJörg Thalheim2022-08-264-4/+4
|
* fix inconsistent indentation with nixpkgs-fmtJörg Thalheim2022-08-267-49/+51
|
* tests: add lib, autoimport testslassulus2022-08-257-172/+82
|
* add btrfs subvolumeslassulus2022-08-251-0/+40
|
* add lvm raidlassulus2022-08-251-0/+39
|
* run all tests on cilassulus2022-08-251-0/+8
|
* add zfs support/test/examplelassulus2022-08-251-0/+40
|
* fix cryptsetup luksOpen idempotency, add luks-lvm testlassulus2022-08-251-0/+39
|
* fix mdadm mounting, move test to mdadm testlassulus2022-08-251-1/+2
|
* add mdadm supportlassulus2022-08-241-80/+3
|
* use findmnt and mount with X-mount.mkdirJörg Thalheim2022-08-171-2/+5
| | | | This feels slightly cleaner and makes the code shorter.
* disko: get rid of impure importsJörg Thalheim2022-08-171-16/+23
| | | | | | This is a backwards-incompatible change but it allows to pin nixpkgs, which is desirable especially in professional environments where reproduciblity is important.
* fix: make test work with up2date nixpkgslassulus2022-07-101-6/+6
|
* feat: noop partitionsJairo Llopis2022-07-081-1/+9
| | | | | | | | | | Some deployments just need a raw block device because the app works better when handling those. Examples: Ceph, Longhorn, OpenEBS. The new `noop` type supports that. It just does nothing with the partitions created, whenever applied. @moduon MT-904
* add nixos testlassulus2018-08-051-0/+97