drop meshnamed from repository

It's not super useful and we can always add it back later if we need it.
This commit is contained in:
Jörg Thalheim
2024-03-06 09:43:50 +01:00
parent f542c3135c
commit c23a878dfd
11 changed files with 19 additions and 165 deletions

View File

@@ -73,5 +73,3 @@ def test_generate_secret(
assert has_secret(test_flake_with_core.path, "vm2-zerotier-identity-secret")
ip = machine_get_fact(test_flake_with_core.path, "vm1", "zerotier-ip")
assert ipaddress.IPv6Address(ip).is_private
meshname = machine_get_fact(test_flake_with_core.path, "vm1", "zerotier-meshname")
assert len(meshname) == 26