Skip to content

Commit

Permalink
try to figure out why no worky
Browse files Browse the repository at this point in the history
Features: CPUUsage DAOSVersion DmgStorageScanSCMTest Ecodtruncate NetworkFailureTest POSIXStatTest SSDSocketTest SuperBlockVersioning soak_smoke MacsioTest daos_racer OSAOnlineExtend OSAOnlineParallelTest DdbTest ContainerListConsolidationTest performance,-manual NvmeEnospace TestWithScrubberTargetEviction Pil4dfsFio AgentFailure ControlLogEntry test_ras ContinuesAfterStop test_scrubber_ssd_auto_eviction
Skip-unit-tests: true
Skip-fault-injection-test: true

Signed-off-by: Dalton Bohning <[email protected]>
  • Loading branch information
daltonbohning committed Feb 28, 2025
1 parent cbd9b57 commit af6c259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ftest/util/job_manager_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def assign_hosts(self, hosts, path=None, slots=None, hostfile=True):
parameters to keep them in sync with the hosts. Defaults to True.
"""
# pylint: disable=unused-argument
self._hosts = hosts.copy()
self._hosts = NodeSet(hosts).copy()

def _setup_hostfile(self, path=None, slots=None, hostfile=True):
"""Setup the hostfile to use with the command.
Expand Down

0 comments on commit af6c259

Please sign in to comment.