summary refs log tree commit diff
path: root/nixos/lib/test-driver
AgeCommit message (Expand)AuthorFilesLines
2023-11-09systemd-stage-1: Enable backdoor in nixos testsWill Fancher1-0/+16
2023-10-29nixos/lib/test-driver: add driver-timeout as a passthru testRaito Bezarius1-0/+5
2023-10-29nixos/test-driver: provide a global timeoutRaito Bezarius2-0/+34
2023-10-22Merge pull request #257535 from RaitoBezarius/vmstateJacek Galowicz2-1/+112
2023-10-21nixos/lib/test-driver: wire up QMP clientRaito Bezarius2-1/+112
2023-10-09nixos/nginx: Allow empty port for listen directiveCarl Dong1-0/+22
2023-09-30nixos/test-driver: whitelist variable names that don't follow pep8Jörg Thalheim1-4/+4
2023-09-30nixos/test-driver: name exception according to pep8Jörg Thalheim1-2/+2
2023-09-30nixos/test-driver: apply ruff fixes & suggestionsJörg Thalheim7-29/+29
2023-09-30nixos/test-driver: disable typecheck for dependencies where don't have typingJörg Thalheim2-0/+12
2023-09-30nixos/test-driver: add shell.nixJörg Thalheim1-0/+2
2023-09-30nixos/test-driver: fix type errors in extract-docstringsJörg Thalheim1-17/+25
2023-09-30nixos/test-driver: convert to pyproject from setup.pyJörg Thalheim3-24/+45
2023-09-29nixos/lib/test-driver: reduce spam at boot hangsRaito Bezarius1-0/+3
2023-09-22test-driver: revert stderr nullpipeMaciej Krüger1-1/+3
2023-09-21Merge pull request #192593 from jlesquembre/test-driverArtturi1-14/+18
2023-09-20nixos/tests: make wait_for timeouts configurableJosé Luis Lafuente1-14/+18
2023-09-18nixos/test-driver: do not break if the command writes to stderrMaciej Krüger1-3/+1
2023-08-17Merge pull request #245879 from teto/test-driverJacek Galowicz1-1/+7
2023-07-30nixos/test-driver: formatBobby Rong1-1/+3
2023-07-29nixos/test-driver: log what to do if backdoor service doesn't come onelineDavid Arnold1-0/+1
2023-07-29test-driver: add persistent historyMatthieu Coudron1-1/+7
2023-07-24Merge pull request #241949 from R-VdP/nixos_test_busyboxJacek Galowicz1-1/+1
2023-07-10integration test driver: Auto-generate integration test driver's machineJacek Galowicz3-10/+97
2023-07-09integration test driver: Synchronize integration test driver's docstrings in ...Jacek Galowicz1-34/+183
2023-07-08nixos/test-driver: actually use the backdoor message to wait for backdoorK9001-1/+7
2023-07-06nixos/test-driver: use the short form argument to base64 for busybox compatib...r-vdp1-1/+1
2023-06-16nixosTests.kexec: reconnect properly after 2nd kexecRaito Bezarius1-1/+8
2023-06-15Merge pull request #237840 from lilyinstarlight/fix/systemd-initrd-vconsole-testJörg Thalheim1-2/+2
2023-06-15nixos/test-driver: fix `timeout` option for `wait_for_console_text`Lily Foster1-2/+2
2023-06-13test-driver: respect timeout in wait_until_failsThomas Baggaley1-1/+1
2023-05-28nixos/test-driver: fix formattingAlyssa Ross1-5/+6
2023-05-28Revert "nixos/lib/test-driver: enable EFI variable reads at runtime"Jacek Galowicz2-59/+0
2023-05-28Merge pull request #234513 from NixOS/test-driver/wait_for_console_timeoutJacek Galowicz1-14/+29
2023-05-28Merge pull request #229027 from NixOS/qemu-vm/read-efi-varJacek Galowicz2-0/+59
2023-05-28nixos/test-driver: add `timeout` option for `wait_for_console_text` (variant 2)Raito Bezarius1-19/+21
2023-05-27nixos/test-driver: add `timeout` option for `wait_for_console_text`Raito Bezarius1-4/+17
2023-05-27nixos/lib/test-driver: enable EFI variable reads at runtimeRaito Bezarius2-0/+59
2023-05-27Merge pull request #234427 from alyssais/create_machineJacek Galowicz1-5/+0
2023-05-27nixos/test-driver: add missing spaces to warningAlyssa Ross1-2/+2
2023-05-27nixos/test-driver: undeprecate create_machineAlyssa Ross1-5/+0
2023-05-19nixos/tests: fix typosfigsoda1-3/+3
2023-05-09Merge pull request #228220 from R-VdP/test_driver_guest_shell_timeoutJacek Galowicz1-5/+21
2023-04-26nixos-test-driver: include a timeout for the recv call, do not assume sh == bashr-vdp1-5/+21
2023-04-25nixosTest: remove hostname limitationsAlyssa Ross1-1/+6
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