summaryrefslogtreecommitdiff
path: root/example/platform_test.py
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-06-29 09:37:27 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-06-29 09:37:27 +0200
commite082a7b51983b4a277243f9bb02d3b5126b4b74a (patch)
tree3c0d2751465e04f7621aa817f91a0548990fb184 /example/platform_test.py
parent9a1578ae752075cbe4e0c658307d037cb18b56c9 (diff)
Interfaces are now assigned to specific nodes
Diffstat (limited to 'example/platform_test.py')
-rwxr-xr-xexample/platform_test.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/example/platform_test.py b/example/platform_test.py
deleted file mode 100755
index 2573b32..0000000
--- a/example/platform_test.py
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env python
-
-from esds.helpers.platform import YAMLPlatformFile
-
-
-
-s=YAMLPlatformFile("platform.yaml")
-s.run() \ No newline at end of file