summary refs log tree commit diff
path: root/nixos/lib/test-driver
Commit message (Expand)AuthorAge
* nixos/test-driver: fix regression when using legacy start commandDaniel Fullmer2022-02-17
* Merge pull request #154804 from Mic92/tests-promptLassulus2022-02-02
|\
| * nixos/tests: add prompt to shell_interact()Jörg Thalheim2022-01-15
* | add --no-interactive flagMarijan Petričević2022-01-26
* | factor out tmp-dir checksMarijan Petričević2022-01-25
* | add tmp_dir access checkMarijan Petričević2022-01-25
* | introduce writeable_dir argparse typeMarijan Petričević2022-01-25
* | make output_directory an optional parameterMarijan Petričević2022-01-25
* | nixos/test-driver: use an argument instead of the out env-varMarijan Petričević2022-01-25
|/
* nixos/test-driver: remove unused imports, add pylint unused-import checkPatrick Hilhorst2022-01-02
* nixos/test-driver: simplify logic, reduce interaction surfacePatrick Hilhorst2022-01-02
* nixos/test-driver: simplify coopmultiPatrick Hilhorst2022-01-02
* nixos/test-driver: bump versionPatrick Hilhorst2022-01-01
* nixos/test-driver: add polling_conditionPatrick Hilhorst2022-01-01
* nixos/test-driver: make the test-driver a python packageMarijan Petričević2021-12-10
* nixos/test-driver: add 10ms delay to send_keyArtturin2021-12-03
* Merge pull request #146512 from DeterminateSystems/better-visibilityJacek Galowicz2021-12-02
|\
| * nixos/test-driver: give more functions nested labelsCole Helbling2021-12-01
| * nixos/test-driver: more context when step finishesCole Helbling2021-12-01
* | Merge pull request #146271 from DeterminateSystems/better-timeoutsJacek Galowicz2021-12-01
|\ \ | |/ |/|
| * nixos/test-driver: add (functional) timeouts to more functionsCole Helbling2021-11-17
| * nixos/test-driver: add timeout parameter to executeCole Helbling2021-11-17
* | test-driver.py: directly import pathlib.PathPatrick Hilhorst2021-11-20
* | test-driver.py: always export single machine as 'machine'Patrick Hilhorst2021-11-19
* | test-driver.py: fix weird non-pythonismPatrick Hilhorst2021-11-19
|/
* nixos/test-runner: Fix execute() flakinessJanne Heß2021-10-28
* nixos/test-runner: Fix thread cleanupJanne Heß2021-10-24
* nixos/lib/test-driver: set defaults in __init__ instead of class levelK9002021-10-19
* nixos/lib/test-driver: clean up threads correctlyK9002021-10-19
* nixos/test-runner: Print exceptions that happenJanne Heß2021-10-14
* Re-RAII-ify the NixOS integration test driver's VLAN class.Jacek Galowicz2021-10-05
* nixos/test-driver: fix graphics for VMMaximilian Bosch2021-10-05
* nixos/test/test-driver: Class-ify the test driverDavid Arnold2021-10-05
* nixos/test: some test fixes in succession of #125992David Arnold2021-08-20
* nixos/tests/test-driver: better control test env symbolsDavid Arnold2021-08-19
* nixos/test-driver: start interactive mode if `testScript` is emptyMaximilian Bosch2021-08-12
* nixos/tests/test-driver: normalise test driver entrypoint(s)David Arnold2021-08-05
* tigervnc, tightvnc: add basic testsIngo Blechschmidt2021-07-20
* nixos/test-driver: allow overriding qemu binary in create_startcommandmisuzu2021-07-14
* nixos/test-driver: replace termlib with socatJörg Thalheim2021-06-22
* nixos/tests/test-driver: cleanup nix expressionDavid Arnold2021-06-13
* nixos/tests/test-driver: cleanup "dead" code (USE_SERIAL)David Arnold2021-06-06
* nixos/test-driver: Run commands with error handlingtalyz2021-06-05
* Merge pull request #125372 from Synthetica9/shell_interactDomen Kožar2021-06-03
|\
| * nixos/tests/test-driver: make it clear when shell is readyPatrick Hilhorst2021-06-03
| * nixos/tests/test-driver: document shell_interactPatrick Hilhorst2021-06-02
| * nixos/tests/test-driver: add shell_interactPatrick Hilhorst2021-06-02
* | nixos/test-driver: mention the elapsed time when it times outAndreas Rammhold2021-05-30
|/
* Merge pull request #123823 from misuzu/test-driver-usb-boot-speedupJacek Galowicz2021-05-21
|\
| * nixos/test-driver: use usb-ehci controller instead of piix3-usb-uhcimisuzu2021-05-20