summaryrefslogtreecommitdiff
path: root/tests/end_to_end/scenarios/execute_reload_adhoc_command.py
blob: 2cced19997bbf49aa03c6c93366447ad5b3e397b (plain)
1
2
3
4
5
6
7
from scenarios import *

scenario = (
    sequences.handshake(),
    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.']"),
)