about summary refs log tree commit diff
path: root/nixos/lib
AgeCommit message (Expand)AuthorFilesLines
2020-06-01qemu-vm: fix inconsistent caching of xchg dirsErik Arvstedt1-1/+0
2020-05-27test-driver: remove useless syncsErik Arvstedt1-5/+0
2020-05-14Remove unused filesEelco Dolstra4-70/+2
2020-05-09nixos/test-driver: Specify /bin/sh shell when running a bourne shell script a...Chuck1-1/+1
2020-05-07testing{-python}.nix: Remove log pretty-printing cruftEelco Dolstra5-324/+4
2020-05-07test-driver.py: Fix deadlock when the log queue gets fullEelco Dolstra1-3/+3
2020-05-01nixosTests: drop nr_tests and failed_tests variablesFlorian Klink1-20/+0
2020-05-01nixosTests: Reraise exception in subtestsJacek Galowicz1-4/+2
2020-04-24iso-image: use zstd for compressionPavol Rusnak2-4/+9
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-2/+2
2020-04-09Revert "Revert "iso-image: normalize volumeID""worldofpeace1-0/+1
2020-04-09Revert "iso-image: normalize volumeID"worldofpeace1-1/+0
2020-04-09Merge pull request #83551 from worldofpeace/iso-idworldofpeace1-0/+1
2020-04-06nixos/lib/test-driver: Fix require_unit_state hardcoded formattingSilvan Mosberger1-1/+1
2020-04-02Revert "make-options-doc: fix string context issues"Jan Tojnar1-1/+1
2020-03-29test-driver.py: use temporary dir for vde1.ctlMartin Milata1-3/+5
2020-03-27make-iso9660-image.sh: enable joliet extensionworldofpeace1-0/+1
2020-03-27nixos/test: update test-driver.py for mypy 0.770Rouven Czerwinski1-1/+4
2020-03-24Compress optionsJSON using brotliEelco Dolstra1-0/+4
2020-03-19nixos: Fix pkgs exportingSilvan Mosberger1-2/+2
2020-03-14nixos/lib: use removePrefix in escapeSystemdPathflorianjacob1-1/+1
2020-03-13Merge pull request #81241 from thefloweringash/nesting-systemMichele Guerini Rocco1-0/+6
2020-03-13nixos/python-test-driver: allow single char as hostName and fix misleading er...Maximilian Bosch1-2/+2
2020-03-05nixos/activation: use eval-config's system argument for nestingAndrew Childs1-0/+6
2020-02-14nixosTests: Make VLAN argument optional in python test driverJacek Galowicz1-1/+1
2020-02-14Merge pull request #79659 from worldofpeace/cleanup-python-test-libworldofpeace2-7/+13
2020-02-09Merge pull request #79335 from flokli/deprecate-perl-vm-testsworldofpeace1-1/+5
2020-02-09nixos/testing: add deprecation notice for Perl VM testsFlorian Klink1-1/+5
2020-02-09testing: fix runInMachineWithXworldofpeace1-1/+4
2020-02-09testing-python: readd auto displayManagerworldofpeace1-1/+4
2020-02-09testing-python: fix runInMachineworldofpeace1-5/+5
2020-02-09Merge pull request #79368 from sorki/ext4resizeSamuel Dionne-Riel1-16/+3
2020-02-09nixos/lib/make-ext4-fs: fall back to resize2fs -M if exact resize failsRichard Marko1-16/+3
2020-02-07nixos/test: Add copy_from_host and copy_from_host_via_shell to pythonJacek Galowicz1-4/+40
2020-02-01Merge pull request #59855 from volth/qemu-cpu-passthruJohn Ericson1-2/+2
2020-01-27Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger1-2/+2
2020-01-26nixosTests: Drop invalid utf characters in command outputJacek Galowicz1-1/+1
2020-01-22treewide: fix redirected urlsPatrick Hilhorst1-2/+2
2020-01-19Merge pull request #77587 from singron/fix-sharedFlorian Klink1-2/+2
2020-01-19test-driver.py: Use /tmp/shared for copy_from_vmEric Culp1-1/+1
2020-01-17Merge pull request #77662 from marijanp/verbose-python-test-driverFlorian Klink1-5/+13
2020-01-15runInLinuxVM, test-driver: pass host's cpu type to guest vmvolth1-2/+2
2020-01-14test-driver.py: fix decoding of VM outputErik Arvstedt1-1/+2
2020-01-14test-driver.py: specify coreutils dependencyErik Arvstedt1-1/+1
2020-01-14nixos/test: added verbose output for failed testsMarijan Petričević1-5/+13
2020-01-12test-driver.py: Share the shared dir between VMsEric Culp1-1/+1
2019-12-22nixos/python-test-driver: add an option to disable python linterMaximilian Bosch1-3/+7
2019-12-15nixos/displayManager: deprecate separate options for default wm/dmJan Tojnar2-4/+2
2019-12-13nixos: compress make-ext4-fs with zstdBernardo Meurer1-18/+26
2019-12-03nixos/test: Use retry() in all looping functions that need timeoutsJacek Galowicz1-35/+73