summaryrefslogtreecommitdiffstats
path: root/nixos/lib/test-driver
diff options
context:
space:
mode:
authorDavid Arnold <dgx.arnold@gmail.com>2021-08-20 12:58:49 -0500
committerDavid Arnold <dgx.arnold@gmail.com>2021-08-20 13:38:22 -0500
commit2832896c5b9a22a7fba0e4fb894c44d04e4ed89f (patch)
tree39d03818b92c632d2b580a4e5c94cb1f1bfedfbc /nixos/lib/test-driver
parent3efbe3863aba9bbb49d1f0163d2665b44c125a01 (diff)
nixos/test: some test fixes in succession of #125992
Diffstat (limited to 'nixos/lib/test-driver')
-rwxr-xr-xnixos/lib/test-driver/test-driver.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/lib/test-driver/test-driver.py b/nixos/lib/test-driver/test-driver.py
index 488789e119d0..f8502188bde8 100755
--- a/nixos/lib/test-driver/test-driver.py
+++ b/nixos/lib/test-driver/test-driver.py
@@ -994,8 +994,10 @@ def _test_symbols() -> Dict[str, Any]:
subtest=subtest,
run_tests=run_tests,
join_all=join_all,
+ retry=retry,
serial_stdout_off=serial_stdout_off,
serial_stdout_on=serial_stdout_on,
+ Machine=Machine, # for typing
)
return general_symbols