Skip to content

Commit 1dff8b5

Browse files
kamalcaLiliDeng
authored andcommitted
Information: node_count
Add node_count to the test result information field. This will let us know how many nodes are deployed for a given environment.
1 parent 2ac566c commit 1dff8b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lisa/sut_orchestrator/azure/platform_.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@ def _get_environment_information(self, environment: Environment) -> Dict[str, st
909909
node_runbook: Optional[AzureNodeSchema] = None
910910
if environment.nodes:
911911
node: Optional[Node] = environment.default_node
912+
information["node_count"] = str(len(environment.nodes))
912913
else:
913914
node = None
914915

0 commit comments

Comments
 (0)