diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-29 09:37:27 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-29 09:37:27 +0200 |
| commit | e082a7b51983b4a277243f9bb02d3b5126b4b74a (patch) | |
| tree | 3c0d2751465e04f7621aa817f91a0548990fb184 /example/platform_test.py | |
| parent | 9a1578ae752075cbe4e0c658307d037cb18b56c9 (diff) | |
Interfaces are now assigned to specific nodes
Diffstat (limited to 'example/platform_test.py')
| -rwxr-xr-x | example/platform_test.py | 8 |
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 |
