about summary refs log tree commit diff
path: root/nixos/lib/test-driver
AgeCommit message (Expand)AuthorFilesLines
2023-03-22nixos/test-driver: accept non-\w* filenamesAlyssa Ross1-3/+4
2023-03-16nixos/test-driver: remove allow_reboot state from Machine, make it a start() ...Astro2-7/+3
2023-03-16nixos/test-driver: implement Machine.reboot()Astro1-0/+9
2023-03-15nixos/test-driver: fix allow_rebootAstro1-7/+7
2023-02-07nixos/test-driver: handle decoding errors in Machine.executernhmjoj1-1/+1
2023-02-07nixos/test-driver: drop logging from Machine.send_monitor_commandrnhmjoj1-23/+25
2023-01-27nixos/tests: extend shell_interact to accept alternative socat addressesJörg Thalheim1-8/+17
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
2022-12-30Merge pull request #208354 from bjornfor/nixos-test-driver-quote-shell-argsJacek Galowicz1-3/+3
2022-12-30nixos/test-driver: quote some shell command linesBjørn Forsman1-3/+3
2022-12-30nixos/test-driver: use ASCII single quotes everywhereBjørn Forsman1-5/+5
2022-12-29nixos/test-driver: use f-strings instead of .format()Bjørn Forsman4-78/+57
2022-12-29nixos/test-driver: add optional address arg to wait_for_{open,closed}_portBjørn Forsman1-6/+8
2022-12-23Merge pull request #170636 from Synthetica9/wait_before_entryJacek Galowicz2-7/+36
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-29nixos/test-driver: rewrite wait_before_entry to waitPatrick Hilhorst1-8/+14
2022-04-27nixos/test-driver: add wait_before_entry to polling_conditionPatrick Hilhorst1-0/+8
2022-04-27nixos/test-driver: allow multiple entry of polling conditionPatrick Hilhorst1-7/+22
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