#2887 - Node class changes to address some test failures. Addressed some inconsistencies around operating_state, amended instantiation of some Nodes in test environments

This commit is contained in:
Charlie Crane
2025-01-27 16:35:40 +00:00
parent a7395c466e
commit 0570ab984d
46 changed files with 548 additions and 391 deletions

View File

@@ -46,7 +46,7 @@ class Router(NetworkNode, identifier="router"):
num_ports: int = 5
hostname: ClassVar[str] = "Router"
hostname: str = "Router"
ports: list = []
@@ -55,4 +55,4 @@ class Router(NetworkNode, identifier="router"):
Changes to YAML file.
=====================
Nodes defined within configuration YAML files for use with PrimAITE 3.X should still be compatible following these changes.
Nodes defined within configuration YAML files for use with PrimAITE 3.X should still be compatible following these changes.