]> git.aero2k.de Git - urlbot-v3.git/commit
Add a live MUC smoke-test tool
authorThorsten <mail@aero2k.de>
Sat, 18 Jul 2026 08:38:19 +0000 (10:38 +0200)
committerThorsten <mail@aero2k.de>
Sat, 18 Jul 2026 08:38:19 +0000 (10:38 +0200)
commit8af183f0d95111f94ba08d6809e22624f0f5da8f
treee3a3c6d3c2ee8d946135fcfafe7d0007e682789c
parent1c10b7e7dbbeba0524bfe1f589d9c60821b2308b
Add a live MUC smoke-test tool

Connects to a real room as a separate test account, addresses the bot by
nick with a few deterministic commands (ping/version/dice), and checks the
responses match expected patterns - a black-box way to confirm a deployed
instance is actually working end to end, not just that its systemd units
are active. Not part of the pytest suite; needs a real XMPP server/room/bot.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
tests/muc_smoke_check.py [new file with mode: 0644]