Skip to content

Commit

Permalink
fix another ftest failure
Browse files Browse the repository at this point in the history
Features: control pool
Allow-unstable-test: true

Required-githooks: true

Signed-off-by: Tom Nabarro <[email protected]>
  • Loading branch information
tanabarr committed Sep 6, 2024
1 parent 8ea108f commit bfbf355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/ftest/control/dmg_pool_query_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def test_pool_query_basic(self):
"tier_name": "NVME",
"size": self.params.get("total", path="/run/exp_vals/nvme/*")
}
]
],
"mem_file_bytes": 0
}

self.assertDictEqual(
Expand Down

0 comments on commit bfbf355

Please sign in to comment.