Skip to content

Commit

Permalink
DAOS-16567 test: remove unused IorCommand.log_metrics
Browse files Browse the repository at this point in the history
Test-tag: pr,ior,vm
Skip-unit-tests: true
Skip-fault-injection-test: true

Required-githooks: true

Signed-off-by: Dalton Bohning <[email protected]>
  • Loading branch information
daltonbohning committed Sep 13, 2024
1 parent cdd3744 commit 64cdef5
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/tests/ftest/util/ior_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,21 +461,6 @@ def get_ior_metrics(cmdresult):

return (write_metrics, read_metrics)

@staticmethod
def log_metrics(logger, message, metrics):
"""Log the ior metrics.
Args:
logger (log): logger object handle
message (str) : Message to print before logging metrics
metric (lst) : IOR write and read metrics
"""
logger.info("\n")
logger.info(message)
for metric in metrics:
logger.info(metric)
logger.info("\n")


class IorMetrics(IntEnum):
"""Index Name and Number of each column in IOR result summary."""
Expand Down

0 comments on commit 64cdef5

Please sign in to comment.