summaryrefslogtreecommitdiff
path: root/tests/api_send_eth0_1s1r/receiver.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/api_send_eth0_1s1r/receiver.py')
-rw-r--r--tests/api_send_eth0_1s1r/receiver.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/api_send_eth0_1s1r/receiver.py b/tests/api_send_eth0_1s1r/receiver.py
index d2a3656..ae1169c 100644
--- a/tests/api_send_eth0_1s1r/receiver.py
+++ b/tests/api_send_eth0_1s1r/receiver.py
@@ -17,6 +17,10 @@ def execute(api):
code, data=api.receivet("eth0",1)
msg="Received: "+data if code == 0 else "Receive failed code="+str(code)
api.log(msg)
+ ##### Ensure communication get aborted on turned off for the sender
+ api.wait(28) # Goto t=33s
+ api.wait(2) # Goto t=35s
api.turn_off()
+