summaryrefslogtreecommitdiff
path: root/tests/simple_wait_end_3n/node.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_wait_end_3n/node.py')
-rw-r--r--tests/simple_wait_end_3n/node.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/simple_wait_end_3n/node.py b/tests/simple_wait_end_3n/node.py
deleted file mode 100644
index a8fbcd7..0000000
--- a/tests/simple_wait_end_3n/node.py
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env python
-
-def execute(api):
- wait=api.node_id
- api.log("Before wait for "+str(wait)+"s")
- api.wait(wait) # Since 3 nodes max(wait)==2
-
- # Ensure that wait end return back when simulation ends
- api.wait_end()
- api.log("Terminated")