Skip to content

Commit

Permalink
DAOS-16712 test: Fix list_verbose mem_file_bytes comparison
Browse files Browse the repository at this point in the history
Skip-func-hw-test-medium-md-on-ssd: false
Test-tag: ListVerboseTest
Required-githooks: true

Signed-off-by: Tom Nabarro <[email protected]>
  • Loading branch information
tanabarr committed Oct 18, 2024
1 parent 1dc5250 commit 6227696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ftest/pool/list_verbose.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def create_expected(self, pool, scm_free, nvme_free, scm_imbalance,
"imbalance": nvme_imbalance
},
],
"mem_file_bytes": 0
"mem_file_bytes": scm_size
}

@staticmethod
Expand Down

0 comments on commit 6227696

Please sign in to comment.