From 3e3dcb9bd5abb88adcd85b4f89e8a81e7f6fa293 Mon Sep 17 00:00:00 2001 From: Dmitrii Agibov Date: Fri, 27 Jan 2023 09:12:50 +0000 Subject: MLIA-595 Remove old backend configuration mechanism - Remove old backend configuration code - Install backends into directory ~/.mlia - Rename targets/backends in registry to make it consistent across codebase. Change-Id: I9c8b012fe863280f1c692940c0dcad3ef638aaae --- .../backends/systems/system1/backend-config.json | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 tests/test_resources/backends/systems/system1/backend-config.json (limited to 'tests/test_resources/backends/systems/system1/backend-config.json') diff --git a/tests/test_resources/backends/systems/system1/backend-config.json b/tests/test_resources/backends/systems/system1/backend-config.json deleted file mode 100644 index 4454695..0000000 --- a/tests/test_resources/backends/systems/system1/backend-config.json +++ /dev/null @@ -1,24 +0,0 @@ -[ - { - "name": "System 1", - "description": "This is system 1", - "commands": { - "clean": [ - "echo 'clean'" - ], - "build": [ - "echo 'build'" - ], - "run": [ - "echo 'run'" - ], - "post_run": [ - "echo 'post_run'" - ] - }, - "user_params": { - "build": [], - "run": [] - } - } -] -- cgit v1.2.1