about summary refs log tree commit diff
path: root/nixos/lib/test-driver
AgeCommit message (Expand)AuthorFilesLines
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-03nixos/test: Use retry() in all looping functions that need timeoutsJacek Galowicz1-35/+73
2019-11-25test-driver.py: add Machine.copy_from_vmMichael Raskin1-0/+33
2019-11-25test-driver.py: Fix the shared directory referenceMichael Raskin1-1/+1
2019-11-25nixos/tests: fail on failing subtestsRobin Gloster1-3/+4
2019-11-21Merge pull request #73190 from flokli/ceph-tests-pythonFlorian Klink1-8/+16
2019-11-20nixos/test: let python driver evaluate test code in global scope so theJacek Galowicz1-1/+1
2019-11-20nixos/test: If qemu monitor returns 0, simply return (like perl script does)Jacek Galowicz1-2/+7
2019-11-20nixos/test: Fix child environment of python driverJacek Galowicz1-6/+9
2019-11-11test-driver: add mypy supportJörg Thalheim1-90/+99
2019-11-11nixos/tests: fix succeed() with multiple commandsFlorian Klink1-3/+5
2019-11-08nixos/tests: correct arguments to get_unit_infoLeonhard Markert1-1/+1
2019-11-08nixos/tests: improve get_unit_info expressiveness on failureMarijan Petricevic1-1/+5
2019-11-07Merge pull request #72943 from marijanp/port-test-driver-pythonworldofpeace1-0/+13
2019-11-07Merge pull request #72947 from tfc/boot-test-port-fixworldofpeace1-2/+2
2019-11-07nixos/test: Handle undecodable bytesJacek Galowicz1-1/+1
2019-11-07Merge pull request #72835 from tfc/nixos-integration-test-portsworldofpeace1-1/+35
2019-11-06nixos/tests: implemented python test-driver version of forwardPortMarijan1-0/+8
2019-11-06nixos/tests: implemented python test-driver version of dumpTTYContentsMarijan1-0/+5
2019-11-06nixos/tests: Fix subprocess launch call for VM monitorJacek Galowicz1-1/+1
2019-11-06nixos/tests: Ignore shutdown/crash if not bootedDaniel Schaefer1-2/+2
2019-11-05nixos/tests: Implement python test-driver version of getWindowNames and waitF...Jacek Galowicz1-0/+21
2019-11-05nixos/tests: Implement python test-driver version of requireActiveUnitJacek Galowicz1-1/+14
2019-11-04nixos/test: use ptpython as replFlorian Klink1-6/+2
2019-11-04nixos/test: Port test driver to pythonJacek Galowicz1-0/+762
2019-07-22nixos-test-driver: allow configuration of net frontend and backendAndrew Childs1-5/+10
2019-07-15nixos-test-driver: support netRomFileNikolay Amiantov1-1/+4
2019-01-19Revert "Add ssh backdoor to VM tests infrastructure."Samuel Dionne-Riel1-4/+2
2019-01-12Merge pull request #53827 from samueldr/feature/data-in-logsSamuel Dionne-Riel2-0/+7
2019-01-11tests: Wait for shell for twice as long (10m)Samuel Dionne-Riel1-1/+1
2019-01-11test-driver: Logs time taken for nestsSamuel Dionne-Riel1-0/+3
2019-01-11test-driver: Adds time it took to connect to guest in logsSamuel Dionne-Riel1-0/+4
2018-11-05Revert "NixOS tests: Wait for shell for 10x longer (50m)"Sarah Brofeldt1-2/+1
2018-10-30NixOS tests: Wait for shell for 10x longer (50m)Sarah Brofeldt1-1/+2
2018-09-28Add ssh backdoor to VM tests infrastructure.Tuomas Tynkkynen1-2/+4
2018-04-30nixos/tests: Fix QEMU flags for SCSI disksaszlig1-3/+14
2018-04-03Machine.pm: tweak to look for graphical target in waitForXWill Dietz1-1/+1
2018-01-02test-driver: support testing user unitsMaximilian Bosch1-9/+19
2017-11-26nixos/qemu: Add virtio-rng-pci to test-driverTuomas Tynkkynen1-0/+1
2017-11-08Revert "nixos/test-instrumentation: softcode DISPLAY"Joerg Thalheim1-4/+1
2017-11-07nixos/test-instrumentation: softcode DISPLAYlassulus1-1/+4
2017-10-08graphite: 0.9.15 -> 1.0.2Bas van Dijk1-0/+11
2017-06-20nixos tests: waitForWindow: output a list of windows we see prior to the fina...Graham Christensen1-0/+7
2017-06-20nixos tests: waitForText: output the detected screen content prior to the las...Graham Christensen1-0/+6
2017-06-20nixos tests: waitUntilTTYMatches: Log TTY contents on last tryGraham Christensen1-0/+6
2017-06-20nixos tests: retry: Count down to 0, and pass remaining attempts to the subGraham Christensen1-2/+2
2017-06-07NixOS VM tests: Don't create a setgid group in vde_switchEelco Dolstra1-1/+1
2017-05-19test-driver: sendKeys() support for capital lettersVolth1-23/+13
2017-04-11nixos/testing: Improve quality of OCRaszlig1-7/+11