nixos/test: some test fixes in succession of #125992

Changed files
+1
nixos
tests
common
+1
nixos/tests/common/ec2.nix
···
testScript = ''
import os
import subprocess
+
import tempfile
image_dir = os.path.join(
os.environ.get("TMPDIR", tempfile.gettempdir()), "tmp", "vm-state-machine"