ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove irrelevant ssh key subtesttest

now that StrictHostKeyChecking defaults to accept-new

-6
-6
tests/nix/suite/test_remote_deploy/default.nix
··· 13 13 with subtest("Test unreachable hosts"): 14 14 deployer.fail(f"wire apply --on receiver-unreachable --no-progress --path {TEST_DIR}/hive.nix --no-keys -vvv >&2") 15 15 16 - with subtest("Test ssh host key logic"): 17 - # ran without --ssh-accept-host, should fail because we have never seen this node before 18 - deployer.fail(f"wire apply push --on receiver --no-progress --path {TEST_DIR}/hive.nix --no-keys -vvv >&2") 19 - # ran --ssh-accept-host, should succeed 20 - deployer.succeed(f"wire apply push --on receiver --no-progress --path {TEST_DIR}/hive.nix --no-keys --ssh-accept-host -vvv >&2") 21 - 22 16 with subtest("Check basic apply: Interactive"): 23 17 deployer.succeed(f"wire apply --on receiver --no-progress --path {TEST_DIR}/hive.nix --no-keys --ssh-accept-host -vvv >&2") 24 18