about summary refs log tree commit diff
path: root/nixos/lib
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Merge pull request #142747 from helsinki-systems/fix/test-runner-executeJacek Galowicz1-12/+28
2021-11-01Revert "nixos/specialisation: Rephrase in terms of extendModules, noUserModules"Robert Hensing1-13/+8
2021-11-01nixos/specialisation: Rephrase in terms of extendModules, noUserModulesRobert Hensing1-8/+13
2021-11-01nixos/eval-config.nix: Expose typeRobert Hensing1-1/+1
2021-10-31nixosTest: Fix infinite recursion involving hasContext testScript when useNix...Robert Hensing1-1/+12
2021-10-28make-disk-image: Add an argument to only build a Nix store imagetalyz1-17/+32
2021-10-28nixos/testing-python: Copy test script derivations to nodestalyz1-0/+19
2021-10-28make-disk-image: Add additionalPaths argumenttalyz1-1/+13
2021-10-28make-disk-image: Add copyChannel argumenttalyz1-2/+12
2021-10-28make-disk-image: Reintroduce the installBootLoader argumenttalyz1-4/+9
2021-10-28nixos/test-runner: Fix execute() flakinessJanne Heß1-12/+28
2021-10-24nixos/test-runner: Fix thread cleanupJanne Heß1-16/+16
2021-10-19nixos/lib/test-driver: set defaults in __init__ instead of class levelK9001-6/+13
2021-10-19nixos/lib/test-driver: clean up threads correctlyK9001-2/+9
2021-10-18Merge pull request #142040 from pennae/optimize-module-docsDomen Kožar2-2/+34
2021-10-18make-options-docs: don't sort the options XML filepennae2-2/+34
2021-10-17nixosTest: Provide system.build.networkConfigRobert Hensing1-4/+11
2021-10-14nixos/test-runner: Print exceptions that happenJanne Heß1-3/+3
2021-10-07Merge pull request #112823 from deviant/nixos-boot-pathsKim Lindberger1-1/+1
2021-10-07Merge pull request #126713 from blaggacao/nixos-test-ref/05-class-ify-test-dr...Jacek Galowicz2-302/+503
2021-10-05Re-RAII-ify the NixOS integration test driver's VLAN class.Jacek Galowicz1-17/+7
2021-10-05nixos/test-driver: fix graphics for VMMaximilian Bosch1-1/+1
2021-10-05nixos/test/test-driver: Class-ify the test driverDavid Arnold2-302/+513
2021-10-03nixos/lib/make-options-doc: implement literalDocBookNaïm Favier1-18/+28
2021-09-18nixos/lib/qemu-flags: rename to qemu-commonrnhmjoj3-11/+10
2021-09-18nixos/qemu: add types to all optionsrnhmjoj1-1/+1
2021-09-18nixos/qemu: fix several shellcheck issuesrnhmjoj1-1/+1
2021-09-08nixos/testing: remove unused function runInMachineMatthew Kenigsberg1-96/+9
2021-08-25nixos/make-zfs-image: initGraham Christensen1-0/+333
2021-08-20nixos/test: some test fixes in succession of #125992David Arnold1-0/+2
2021-08-19nixos/tests/test-driver: better control test env symbolsDavid Arnold2-16/+45
2021-08-16Merge pull request #133675 from Ma27/test-driver-compatMaximilian Bosch2-2/+12
2021-08-15treewide: runCommandNoCC -> runCommandRobert Hensing1-1/+1
2021-08-13nixos/testing: only create `nixos-run-vms` for `nixos-build-vms(8)`Maximilian Bosch1-5/+7
2021-08-12nixos/test-driver: start interactive mode if `testScript` is emptyMaximilian Bosch1-2/+4
2021-08-12nixos/testing: re-add nixos-run-vms scriptMaximilian Bosch1-0/+6
2021-08-08Merge pull request #125979 from blaggacao/nixos-test-ref/03-normalse-the-pyth...lewo2-39/+85
2021-08-05nixos/tests/test-driver: normalise test driver entrypoint(s)David Arnold2-39/+85
2021-07-28nixos/testing: fix invalid node names detectionDavid Arnold1-2/+7
2021-07-20tigervnc, tightvnc: add basic testsIngo Blechschmidt1-2/+2
2021-07-14nixos/test-driver: allow overriding qemu binary in create_startcommandmisuzu1-1/+6
2021-06-26Merge pull request #127744 from cransom/disk-image-fasterRobert Hensing1-1/+1
2021-06-22nixos/test-driver: replace termlib with socatJörg Thalheim2-4/+5
2021-06-21make-disk-image: Reduce forkingCasey Ransom1-1/+1
2021-06-21nixosTest: Force system.nixos.revision constantDavid Arnold1-1/+1
2021-06-18Merge pull request #127309 from jakobrs/nixos-normalise-nullKim Lindberger1-1/+1
2021-06-18nixos/test-driver: Fix passing passthru attributeaszlig1-2/+2
2021-06-18nixos/lib: Handle null `device` correctlyjakobrs1-1/+1
2021-06-16Merge pull request #125973 from blaggacao/nixos-test-ref/02-normalise-test-dr...Jacek Galowicz2-123/+136
2021-06-14Merge pull request #86967 from jakobrs/more-general-fsbeforeKim Lindberger1-2/+24