From e082a7b51983b4a277243f9bb02d3b5126b4b74a Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 29 Jun 2023 09:37:27 +0200 Subject: Interfaces are now assigned to specific nodes --- example/platform_test.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 example/platform_test.py (limited to 'example/platform_test.py') 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 -- cgit v1.2.3