Skip to content

Commit

Permalink
add telemetry_port and _retain to ftest agent wrapper
Browse files Browse the repository at this point in the history
In case functional tests (like performance tests) want to use it.

Signed-off-by: Dalton Bohning <[email protected]>
  • Loading branch information
daltonbohning committed Jan 11, 2024
1 parent 3f99401 commit 578d907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/ftest/util/agent_utils_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ def __init__(self, filename, common_yaml):
self.log_file = LogParameter(log_dir, None, "daos_agent.log")
self.control_log_mask = BasicParameter(None, "debug")
self.exclude_fabric_ifaces = BasicParameter(None)
self.telemetry_port = BasicParameter(None)
self.telemetry_retain = BasicParameter(None)

def update_log_file(self, name):
"""Update the log file name for the daos agent.
Expand Down

0 comments on commit 578d907

Please sign in to comment.