We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540df3a commit 5e8a44aCopy full SHA for 5e8a44a
src/tests/ftest/pool/create_all_hw.py
@@ -85,7 +85,7 @@ def test_recycle_pools_hw(self):
85
pool_count = self.params.get("pool_count", "/run/test_recycle_pools_hw/*", 0)
86
deltas_bytes = self.get_deltas("test_recycle_pools_hw")
87
deltas_bytes[:] = [it * self.engines_count for it in deltas_bytes]
88
- self.log.info("Test pool creation and destruction")
+ self.log.info("Test pool creation and destruction --- SAMIR --- 2 --")
89
self.log.info("\t- pool_count=%d", pool_count)
90
self.log_deltas(*deltas_bytes)
91
0 commit comments