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 --- .../systems/system_with_valid_config/backend-config.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/test_resources/various/systems/system_with_valid_config/backend-config.json (limited to 'tests/test_resources/various/systems/system_with_valid_config/backend-config.json') diff --git a/tests/test_resources/various/systems/system_with_valid_config/backend-config.json b/tests/test_resources/various/systems/system_with_valid_config/backend-config.json deleted file mode 100644 index 83c3025..0000000 --- a/tests/test_resources/various/systems/system_with_valid_config/backend-config.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "name": "Test system", - "description": "This is a test system", - "commands": { - "run": [] - }, - "user_params": { - "run": [] - } - } -] -- cgit v1.2.1