comment out work in progress test

main
Jörg Thalheim 2 years ago
parent 4851891755
commit a0199ef2ba
No known key found for this signature in database

@ -1,13 +1,13 @@
#!/usr/bin/env python3
from command import Command, run
from pathlib import Path
# from command import Command, run
# from pathlib import Path
def test_blocking_secret(
systemd_vaultd: Path, command: Command, tempdir: Path
) -> None:
secrets_dir = tempdir / "secrets"
command.run(["vault", "server", "-dev"])
# def test_blocking_secret(
# systemd_vaultd: Path, command: Command, tempdir: Path
# ) -> None:
# secrets_dir = tempdir / "secrets"
# command.run(["vault", "server", "-dev"])
# sock = tempdir / "sock"
# command.run([str(systemd_vaultd), "-secrets", str(secrets_dir), "-sock", str(sock)])

Loading…
Cancel
Save