Skip to content

Commit

Permalink
DAOS-16549 test: Remove debug pool create and query
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 dbc7f88 commit c1ea4ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/tests/ftest/pool/create_all_hw.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ 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

0 comments on commit c1ea4ef

Please sign in to comment.