clan join: test create vm for clan join

This adds a vm create test for the `clan join` scenario where:
  - there is no local clan to write changes to
  - a machine from a remote flake needs to be built and run
  - no users and no secrets need to be or can be managed (no flake to write files to)
This commit is contained in:
DavHau
2023-10-06 18:52:56 +02:00
parent e72f9ff8ae
commit ceb6bdd474
11 changed files with 279 additions and 116 deletions

View File

@@ -18,7 +18,7 @@ pytest_plugins = [
"command",
"ports",
"host_group",
"test_flake",
"fixtures_flakes",
]