summary refs log tree commit diff
path: root/nixos/lib
Commit message (Expand)AuthorAge
* Compress optionsJSON using brotliEelco Dolstra2020-03-24
* nixos: Fix pkgs exportingSilvan Mosberger2020-03-19
* nixos/lib: use removePrefix in escapeSystemdPathflorianjacob2020-03-14
* Merge pull request #81241 from thefloweringash/nesting-systemMichele Guerini Rocco2020-03-13
|\
| * nixos/activation: use eval-config's system argument for nestingAndrew Childs2020-03-05
* | nixos/python-test-driver: allow single char as hostName and fix misleading er...Maximilian Bosch2020-03-13
|/
* nixosTests: Make VLAN argument optional in python test driverJacek Galowicz2020-02-14
* Merge pull request #79659 from worldofpeace/cleanup-python-test-libworldofpeace2020-02-14
|\
| * testing: fix runInMachineWithXworldofpeace2020-02-09
| * testing-python: readd auto displayManagerworldofpeace2020-02-09
| * testing-python: fix runInMachineworldofpeace2020-02-09
* | Merge pull request #79335 from flokli/deprecate-perl-vm-testsworldofpeace2020-02-09
|\ \
| * | nixos/testing: add deprecation notice for Perl VM testsFlorian Klink2020-02-09
| |/
* | Merge pull request #79368 from sorki/ext4resizeSamuel Dionne-Riel2020-02-09
|\ \ | |/ |/|
| * nixos/lib/make-ext4-fs: fall back to resize2fs -M if exact resize failsRichard Marko2020-02-09
* | nixos/test: Add copy_from_host and copy_from_host_via_shell to pythonJacek Galowicz2020-02-07
* | Merge pull request #59855 from volth/qemu-cpu-passthruJohn Ericson2020-02-01
|\ \ | |/ |/|
| * runInLinuxVM, test-driver: pass host's cpu type to guest vmvolth2020-01-15
* | Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger2020-01-27
|\ \
| * | treewide: fix redirected urlsPatrick Hilhorst2020-01-22
* | | nixosTests: Drop invalid utf characters in command outputJacek Galowicz2020-01-26
|/ /
* | Merge pull request #77587 from singron/fix-sharedFlorian Klink2020-01-19
|\ \
| * | test-driver.py: Use /tmp/shared for copy_from_vmEric Culp2020-01-19
| * | test-driver.py: Share the shared dir between VMsEric Culp2020-01-12
* | | Merge pull request #77662 from marijanp/verbose-python-test-driverFlorian Klink2020-01-17
|\ \ \
| * | | nixos/test: added verbose output for failed testsMarijan Petričević2020-01-14
| |/ /
* | | test-driver.py: fix decoding of VM outputErik Arvstedt2020-01-14
* | | test-driver.py: specify coreutils dependencyErik Arvstedt2020-01-14
|/ /
* | nixos/python-test-driver: add an option to disable python linterMaximilian Bosch2019-12-22
* | nixos/displayManager: deprecate separate options for default wm/dmJan Tojnar2019-12-15
|/
* nixos: compress make-ext4-fs with zstdBernardo Meurer2019-12-13
* nixos/test: Use retry() in all looping functions that need timeoutsJacek Galowicz2019-12-03
* Merge pull request #74077 from 7c6f434c/add-test-driver-py-copy-from-vmFlorian Klink2019-12-01
|\
| * test-driver.py: add Machine.copy_from_vmMichael Raskin2019-11-25
| * test-driver.py: Fix the shared directory referenceMichael Raskin2019-11-25
* | Merge pull request #73966 from d-goldin/nixosoptions_xml_strctxDomen Kožar2019-11-25
|\ \ | |/ |/|
| * make-options-doc: fix string context issuesDima2019-11-23
* | nixos/tests: fail on failing subtestsRobin Gloster2019-11-25
|/
* Merge pull request #73190 from flokli/ceph-tests-pythonFlorian Klink2019-11-21
|\
| * nixos/test: If qemu monitor returns 0, simply return (like perl script does)Jacek Galowicz2019-11-20
| * nixos/test: Fix child environment of python driverJacek Galowicz2019-11-20
* | nixos/test: let python driver evaluate test code in global scope so theJacek Galowicz2019-11-20
|/
* Merge pull request #73251 from worldofpeace/remove-slimworldofpeace2019-11-15
|\
| * nixos/slim: removeworldofpeace2019-11-11
* | test-driver: add mypy supportJörg Thalheim2019-11-11
|/
* nixos/tests: fix succeed() with multiple commandsFlorian Klink2019-11-11
* nixos/tests: correct arguments to get_unit_infoLeonhard Markert2019-11-08
* nixos/tests: improve get_unit_info expressiveness on failureMarijan Petricevic2019-11-08
* Merge pull request #72943 from marijanp/port-test-driver-pythonworldofpeace2019-11-07
|\
| * nixos/tests: implemented python test-driver version of forwardPortMarijan2019-11-06