Skip to content

Commit

Permalink
DAOS-16874 tests: Update expected pool_layout_ver
Browse files Browse the repository at this point in the history
Update expected pool_layout_ver in
dmg_pool_query_test/test_pool_query_basic.

Test-tag: test_pool_query_basic
Signed-off-by: Li Wei <[email protected]>
Required-githooks: true
  • Loading branch information
liw committed Dec 13, 2024
1 parent 29ad64d commit a3197bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ftest/control/dmg_pool_query_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_pool_query_basic(self):
"total": self.params.get("total", path="/run/exp_vals/nvme/*")
}
],
"pool_layout_ver": 3,
"pool_layout_ver": 4,
"query_mask": self.params.get("query_mask", path="/run/exp_vals/*"),
"upgrade_layout_ver": 3,
"usage": [
Expand Down

0 comments on commit a3197bb

Please sign in to comment.