test_vm_persistance: substitute clan-core repo
This commit is contained in:
@@ -58,9 +58,10 @@ def test_vm_persistence(
|
|||||||
flake = generate_flake(
|
flake = generate_flake(
|
||||||
temporary_home,
|
temporary_home,
|
||||||
flake_template=CLAN_CORE / "templates" / "new-clan",
|
flake_template=CLAN_CORE / "templates" / "new-clan",
|
||||||
substitutions=dict(
|
substitutions={
|
||||||
__CHANGE_ME__="_test_vm_persistence",
|
"__CHANGE_ME__": "_test_vm_persistence",
|
||||||
),
|
"git+https://git.clan.lol/clan/clan-core": "path://" + str(CLAN_CORE),
|
||||||
|
},
|
||||||
machine_configs=dict(
|
machine_configs=dict(
|
||||||
my_machine=dict(
|
my_machine=dict(
|
||||||
clanCore=dict(state=dict(my_state=dict(folders=["/var/my-state"]))),
|
clanCore=dict(state=dict(my_state=dict(folders=["/var/my-state"]))),
|
||||||
|
|||||||
Reference in New Issue
Block a user