vms/run: don't use deprecated clanCore option

This commit is contained in:
Jörg Thalheim
2024-10-08 12:03:35 +02:00
committed by Mic92
parent 2f7c3778d3
commit c33b2b200a
2 changed files with 7 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ def test_vm_persistence(
config["my_machine"]["systemd"]["services"]["logrotate-checkconf"]["enable"] = False
config["my_machine"]["services"]["getty"]["autologinUser"] = "root"
config["my_machine"]["clan"]["virtualisation"] = {"graphics": False}
config["my_machine"]["clan"]["networking"] = {"targetHost": "client"}
config["my_machine"]["clan"]["core"]["networking"] = {"targetHost": "client"}
config["my_machine"]["clan"]["core"]["state"]["my_state"]["folders"] = [
# to be owned by root
"/var/my-state",