Skip to content

Commit

Permalink
DAOS-16549 test: Add 1 target and 2 target test variants
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 6028847 commit 0140cf0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tests/ftest/pool/create_all_hw.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ def test_one_pool_hw(self):
"""
deltas_bytes = self.get_deltas("test_one_pool_hw")
self.log.info("Test basic pool creation with full storage")

# Debug
pool = self.get_pool()
pool.query()
pool.destroy()

self.log_deltas(*deltas_bytes)

self.check_pool_full_storage(*deltas_bytes)
Expand Down
10 changes: 10 additions & 0 deletions src/tests/ftest/pool/create_all_hw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ server_config:
engines:
0:
target_mux: !mux
1_target:
targets: 1
2_targets:
targets: 2
3_target:
targets: 3
5_targets:
Expand All @@ -57,6 +61,12 @@ server_config:
storage: auto
1:
target_mux: !mux
1_target:
targets: 1
!filter-only : /run/server_config/engines/0/target_mux/1_target # yamllint disable-line rule:colons
2_targets:
targets: 2
!filter-only : /run/server_config/engines/0/target_mux/2_targets # yamllint disable-line rule:colons
3_target:
targets: 3
!filter-only : /run/server_config/engines/0/target_mux/3_target # yamllint disable-line rule:colons
Expand Down

0 comments on commit 0140cf0

Please sign in to comment.