change deamon0 8000 to deamon1 8001 as emulation

This commit is contained in:
Georg-Stahn
2024-01-26 08:38:45 +01:00
parent 374fdfdaea
commit 90c6df93f4
2 changed files with 31 additions and 30 deletions

View File

@@ -75,6 +75,7 @@ def create_entities(num: int = 5, role: str = "entity") -> list[EntityCreate]:
def create_service(idx: int, entity: Entity) -> ServiceCreate:
idx += 1
se = ServiceCreate(
uuid=uuids[idx],
service_name=f"Carlos Printing{idx}",