summaryrefslogtreecommitdiff
path: root/tests/simple_log_5n/node.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_log_5n/node.py')
-rw-r--r--tests/simple_log_5n/node.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/simple_log_5n/node.py b/tests/simple_log_5n/node.py
new file mode 100644
index 0000000..053c9fd
--- /dev/null
+++ b/tests/simple_log_5n/node.py
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+def execute(api):
+ api.log("A")
+ api.log("B")
+ api.log("C")
+ api.log("D")