about summary refs log tree commit diff
path: root/nixos/lib/test-driver
AgeCommit message (Expand)AuthorFilesLines
2022-11-19test-driver: Allow configuring delay for send_{key,chars}Zhaofeng Li1-4/+5
2022-09-06Merge pull request #189999 from sbruder/test-driver-formatting-closed-portJacek Galowicz1-1/+1
2022-09-06nixos/test-driver: fix formatting of closed portSimon Bruder1-1/+1
2022-09-02nixos/test-driver: add wait_for_unit() timeout argAlyssa Ross1-2/+4
2022-07-21add hub mode commentPhilippe Schaaf1-0/+4
2022-07-21use vde switch in hubmode by defaultPhilippe Schaaf1-2/+2
2022-06-17nixos/test-driver: Support mypy through regular mechanismsRobert Hensing1-0/+1
2022-06-05Merge pull request #174441 from tljuniper/172325-nixostest-override-python-pk...Robert Hensing1-2/+12
2022-06-04nixos/test-driver: fix type hint for send_charsBobby Rong1-1/+1
2022-06-03Merge branch 'master' into 172325-nixostest-override-python-pkgs-additional-p...Robert Hensing2-0/+2
2022-06-02nixos/test-driver: Typecheck TestScriptMichael Schneider2-0/+2
2022-05-29nixos/test-driver: add option to add extra python packages to test codetljuniper1-2/+12
2022-04-21nixos/test-driver: Avoid shell injection in machine.execute()Anna Gillert1-2/+5
2022-04-21nixos/test-driver: fix missing shellopts in `execute`Anna Gillert1-2/+6
2022-04-14nixos/test-driver: highlight driver log linesrnhmjoj2-3/+7
2022-03-25nixos/test-runner: Allow writing to qemu stdinJanne Heß1-1/+29
2022-03-22nixos/test-driver: deduplicate VLANsViktor Kleen1-0/+1
2022-02-17nixos/test-driver: fix regression when using legacy start commandDaniel Fullmer1-1/+8
2022-02-02Merge pull request #154804 from Mic92/tests-promptLassulus1-2/+2
2022-01-26add --no-interactive flagMarijan Petričević1-1/+1
2022-01-25factor out tmp-dir checksMarijan Petričević1-17/+25
2022-01-25add tmp_dir access checkMarijan Petričević1-1/+14
2022-01-25introduce writeable_dir argparse typeMarijan Petričević1-5/+5
2022-01-25make output_directory an optional parameterMarijan Petričević2-16/+18
2022-01-25nixos/test-driver: use an argument instead of the out env-varMarijan Petričević3-6/+37
2022-01-15nixos/tests: add prompt to shell_interact()Jörg Thalheim1-2/+2
2022-01-02nixos/test-driver: remove unused imports, add pylint unused-import checkPatrick Hilhorst3-5/+2
2022-01-02nixos/test-driver: simplify logic, reduce interaction surfacePatrick Hilhorst3-24/+28
2022-01-02nixos/test-driver: simplify coopmultiPatrick Hilhorst1-17/+7
2022-01-01nixos/test-driver: bump versionPatrick Hilhorst2-2/+2
2022-01-01nixos/test-driver: add polling_conditionPatrick Hilhorst3-1/+135
2021-12-10nixos/test-driver: make the test-driver a python packageMarijan Petričević7-402/+487
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