add test for remote ssh commands

This commit is contained in:
Jörg Thalheim
2023-08-09 16:38:08 +02:00
parent f8f9cd457a
commit a17baa4861
8 changed files with 356 additions and 4 deletions

View File

@@ -3,4 +3,12 @@ import sys
sys.path.append(os.path.join(os.path.dirname(__file__), "helpers"))
pytest_plugins = ["temporary_dir", "clan_flake", "root", "age_keys"]
pytest_plugins = [
"temporary_dir",
"clan_flake",
"root",
"age_keys",
"sshd",
"command",
"ports",
]