summaryrefslogtreecommitdiff
path: root/tests/api_send0_eth0_1s1r/sender.py
blob: 25472ac4ac0a87d4fcc2750cedf1c6f0cf7713db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python

def execute(api):
    api.send("eth0","Hello World!",0,1)
    api.wait(0)
    api.send("eth0","Hello World!",0,1)
    api.wait(1)
    api.send("eth0","Hello World!",0,1)
    api.wait(1)
    api.wait(1)
    api.send("eth0","Hello World!",0,1)
    api.send("eth0","Hello World!",0,1)