nixosTests.zenohd: fix test flakiness by adding QoS1 to mqtt pub

Signed-off-by: Adam Rizkalla <ajarizzo@gmail.com>
(cherry picked from commit 7aec908348)
This commit is contained in:
Adam Rizkalla 2026-06-09 14:28:43 -05:00
commit 834f739fc5

View file

@ -84,7 +84,7 @@
client.wait_for_unit("multi-user.target")
for be in ["fs", "rocksdb", "mem" ]:
client.succeed(f"mosquitto_pub -h router -t {be}/test -m hello")
client.succeed(f"mosquitto_pub -q 1 -h router -t {be}/test -m hello")
client.succeed(f"curl router:8000/{be}/test | grep hello")
'';
}