Skip to content

Commit

Permalink
perf message: use test_result.environment_information
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Nov 15, 2024
1 parent 2962dc5 commit 63e8937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def create_perf_message(
):
data_path = node.capability.network_interface.data_path.value
message = message_type()
dict_to_fields(environment.get_information(force_run=False), message)
dict_to_fields(test_result.environment_information, message)
message.test_case_name = test_case_name
message.data_path = data_path
message.test_result_id = test_result.id_
Expand Down

0 comments on commit 63e8937

Please sign in to comment.