Skip to content

Commit

Permalink
DAOS-16549 test: Fix pylint
Browse files Browse the repository at this point in the history
Skip-unit-tests: true
Skip-fault-injection-test: true
Skip-func-hw-test-medium-md-on-ssd: false
Test-tag: pool_create_all
Signed-off-by: Makito Kano <[email protected]>
  • Loading branch information
shimizukko committed Jan 24, 2025
1 parent 74f02b8 commit 6028847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/tests/ftest/pool/create_all_hw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ server_config:
target_mux: !mux
3_target:
targets: 3
!filter-only : /run/server_config/engines/0/target_mux/3_target
!filter-only : /run/server_config/engines/0/target_mux/3_target # yamllint disable-line rule:colons
5_targets:
targets: 5
!filter-only : /run/server_config/engines/0/target_mux/5_targets
!filter-only : /run/server_config/engines/0/target_mux/5_targets # yamllint disable-line rule:colons
pinned_numa_node: 1
nr_xs_helpers: 1
fabric_iface: ib1
Expand Down
1 change: 0 additions & 1 deletion src/tests/ftest/util/launch_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,6 @@ def _add_auto_storage_yaml(self, logger, storage_info, yaml_dir, tier_0_type, sc
"storage: auto not supported for varying engines_per_host")
engines = engines[0]
yaml_file = os.path.join(yaml_dir, f"extra_yaml_storage_{engines}_engine.yaml")

if engines not in engine_storage_yaml:
logger.debug("-" * 80)
storage_info.write_storage_yaml(
Expand Down

0 comments on commit 6028847

Please sign in to comment.