summary refs log tree commit diff
path: root/nixos/lib/test-driver/test-driver.py
AgeCommit message (Expand)AuthorFilesLines
2021-12-10nixos/test-driver: make the test-driver a python packageMarijan Petričević1-1351/+0
2021-12-03nixos/test-driver: add 10ms delay to send_keyArtturin1-0/+1
2021-12-02Merge pull request #146512 from DeterminateSystems/better-visibilityJacek Galowicz1-33/+40
2021-12-01Merge pull request #146271 from DeterminateSystems/better-timeoutsJacek Galowicz1-8/+13
2021-12-01nixos/test-driver: give more functions nested labelsCole Helbling1-32/+39
2021-12-01nixos/test-driver: more context when step finishesCole Helbling1-1/+1
2021-11-20test-driver.py: directly import pathlib.PathPatrick Hilhorst1-32/+32
2021-11-19test-driver.py: always export single machine as 'machine'Patrick Hilhorst1-0/+4
2021-11-19test-driver.py: fix weird non-pythonismPatrick Hilhorst1-3/+1
2021-11-17nixos/test-driver: add (functional) timeouts to more functionsCole Helbling1-7/+7
2021-11-17nixos/test-driver: add timeout parameter to executeCole Helbling1-1/+6
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-14nixos/test-runner: Print exceptions that happenJanne Heß1-3/+3
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 Arnold1-293/+511
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 Arnold1-15/+42
2021-08-12nixos/test-driver: start interactive mode if `testScript` is emptyMaximilian Bosch1-2/+4
2021-08-05nixos/tests/test-driver: normalise test driver entrypoint(s)David Arnold1-28/+73
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-22nixos/test-driver: replace termlib with socatJörg Thalheim1-3/+4
2021-06-13nixos/tests/test-driver: cleanup nix expressionDavid Arnold1-1/+1
2021-06-06nixos/tests/test-driver: cleanup "dead" code (USE_SERIAL)David Arnold1-1/+0
2021-06-05nixos/test-driver: Run commands with error handlingtalyz1-1/+1
2021-06-03Merge pull request #125372 from Synthetica9/shell_interactDomen Kožar1-0/+11
2021-06-03nixos/tests/test-driver: make it clear when shell is readyPatrick Hilhorst1-0/+1
2021-06-02nixos/tests/test-driver: document shell_interactPatrick Hilhorst1-1/+1
2021-06-02nixos/tests/test-driver: add shell_interactPatrick Hilhorst1-0/+10
2021-05-30nixos/test-driver: mention the elapsed time when it times outAndreas Rammhold1-3/+3
2021-05-21Merge pull request #123823 from misuzu/test-driver-usb-boot-speedupJacek Galowicz1-1/+2
2021-05-20nixos/test-driver: use usb-ehci controller instead of piix3-usb-uhcimisuzu1-1/+2
2021-05-14nixos/testing: add interactive serial stdout logs switch and dim themDavid Arnold1-6/+27
2021-05-04nixos/test-driver: Allow interactive testing on Wayland-only setupsMichael Weiss1-1/+2
2021-04-23nixos/test-driver: use a variety of different Tesseract settings for OCRLuke Granger-Brown1-31/+48
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/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