From c2e6aad09f893e4c8cb5cb9243c32a0d6d0d1e12 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 9 Jun 2022 21:48:32 +0200 Subject: Init ESDS repository --- tests/simple_log_5n/node.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/simple_log_5n/node.py (limited to 'tests/simple_log_5n/node.py') 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") -- cgit v1.2.3