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

scenario = (
    send_stanza("<iq type='set' id='ping-command1' from='{jid_one}/{resource_one}' to='{biboumi_host}'><command xmlns='http://jabber.org/protocol/commands' node='ping' action='execute' /></iq>"),
    expect_stanza("/iq[@type='result']/commands:command[@node='ping'][@status='completed']/commands:note[@type='info'][text()='Pong']")
)