about summary refs log tree commit diff
path: root/nixos/tests/vault.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-11-21nixos/qemu-vm: default memorySize 384 -> 1024Artturin1-1/+0
the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
2021-06-30nixos/test/vault: fix assertion logicJonathan Ringer1-1/+3
"vault status" now returns exit code 2 when the vault is still unsealed.
2021-01-24Merge pull request #108411 from hercules-ci/vault-multiple-config-filesRobert Hensing1-0/+1
vault: Support multiple config files (no secrets in store)
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2021-01-04nixosTests.vault: increase memorySize to 512Robert Hensing1-0/+1
2019-11-05nixos/vault: convert test to pythonFlorian Klink1-7/+7
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2018-03-18vault: Fix testTim Steinbach1-2/+2
2017-12-04vault: add nixos testDaiderd Jordan1-0/+23