summary refs log tree commit diff
path: root/nixos/lib/test-driver
AgeCommit message (Expand)AuthorFilesLines
2020-11-21nixos test-driver: fix single line docstrings, fixes #104467Frederik Rietdijk1-4/+2
2020-10-25test-driver.py: remove bufsize=1 from Popen callsKonrad Borowski1-2/+0
2020-09-11test-driver.py: defaulting keepVmState in Machine initFélix Baylac-Jacqué1-1/+1
2020-09-07test-driver.py: fix VM state directory deletionFélix Baylac-Jacqué1-9/+12
2020-08-30Revert "Merge pull request #96254 from Mic92/logging"Anders Kaseorg1-144/+221
2020-08-30Revert "Merge pull request #96152 from JJJollyjim/colour-test-machines-staging"Anders Kaseorg1-13/+2
2020-08-29nixos/test-driver: Use guest time when using sleepaszlig1-1/+2
2020-08-27nixos/lib/test*: remove perl test driverFlorian Klink3-1000/+0
2020-08-27nixos/test: colour machine namesJamie McClymont1-2/+13
2020-08-25nixos/test-driver: re-introduce log()Jörg Thalheim1-0/+3
2020-08-25nixos/testdriver: sort importsJörg Thalheim1-7/+8
2020-08-25nixos/test-driver: switch to pythons' logging libJörg Thalheim1-214/+127
2020-08-25nixos/test-driver: introduce main methodJörg Thalheim1-2/+8
2020-08-21nixos/testing: Fix fail() functionJanne Heß1-2/+5
2020-08-04nixos/lib/*: editorconfig fixeszowoq1-4/+4
2020-07-06nixos/test-driver: print a traceback when testScript fails (#92369)Justinas Stankevičius1-1/+3
2020-07-01Merge pull request #65231 from buckley310/grub-passwordMichele Guerini Rocco1-0/+23
2020-06-24nixos/lib/test-driver: add wait_for_console_textrnhmjoj1-0/+23
2020-06-21test-driver.py: delete VM state directory after test runFélix Baylac-Jacqué1-2/+18
2020-06-01Merge pull request #82258 from erikarvstedt/fix-xchg-cachingFlorian Klink1-6/+0
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-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 Dolstra3-294/+0
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-06nixos/lib/test-driver: Fix require_unit_state hardcoded formattingSilvan Mosberger1-1/+1
2020-03-29test-driver.py: use temporary dir for vde1.ctlMartin Milata1-3/+5
2020-03-27nixos/test: update test-driver.py for mypy 0.770Rouven Czerwinski1-1/+4
2020-02-14nixosTests: Make VLAN argument optional in python test driverJacek Galowicz1-1/+1
2020-02-07nixos/test: Add copy_from_host and copy_from_host_via_shell to pythonJacek Galowicz1-4/+40
2020-01-26nixosTests: Drop invalid utf characters in command outputJacek Galowicz1-1/+1
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-14test-driver.py: fix decoding of VM outputErik Arvstedt1-1/+2
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