nixosTests: fix missing imports

This commit is contained in:
Jacek Galowicz
2026-04-21 10:15:13 +00:00
committed by Jacek Galowicz
parent f99f026911
commit 73789d37d6
4 changed files with 5 additions and 0 deletions

View File

@@ -54,6 +54,7 @@
};
testScript = ''
import os
# prepare certificates

View File

@@ -48,6 +48,7 @@
};
testScript = ''
import os
# prepare certificates

View File

@@ -69,6 +69,8 @@
};
};
testScript = ''
import os
# Helpers
def cmd(command):
print(f"+{command}")

View File

@@ -83,6 +83,7 @@ import ../make-test-python.nix (
};
testScript = ''
import os
import shlex