blob: 5c4e1f70b2bfbd6af58e75f5f12187c60e01809d (
plain)
1
2
3
4
5
6
|
from scenarios import *
scenario = (
send_stanza("<iq type='set' id='ping-command1' from='{jid_admin}/{resource_one}' to='{biboumi_host}'><command xmlns='http://jabber.org/protocol/commands' node='reload' action='execute' /></iq>"),
expect_stanza("/iq[@type='result']/commands:command[@node='reload'][@status='completed']/commands:note[@type='info'][text()='Configuration reloaded.']"),
)
|