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 --- .../backend-config.json | 32 ---------------------- .../backend-config.json.license | 3 -- 2 files changed, 35 deletions(-) delete mode 100644 tests/test_resources/various/applications/application_with_wrong_config2/backend-config.json delete mode 100644 tests/test_resources/various/applications/application_with_wrong_config2/backend-config.json.license (limited to 'tests/test_resources/various/applications/application_with_wrong_config2') diff --git a/tests/test_resources/various/applications/application_with_wrong_config2/backend-config.json b/tests/test_resources/various/applications/application_with_wrong_config2/backend-config.json deleted file mode 100644 index b64e6f8..0000000 --- a/tests/test_resources/various/applications/application_with_wrong_config2/backend-config.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "name": "test_application", - "description": "This is test_application", - "variables": { - "build_dir": "build" - }, - "commands": { - "build": [ - "cp ../hello_app.txt ." - ], - "run": [ - "{application.variables:build_dir}/hello_app.txt" - ] - }, - "user_params": { - "build": [ - { - "name": "--app", - "description": "Sample command param", - "values": [ - "application1", - "application2", - "application3" - ], - "default_value": "application1" - } - ], - "run": [] - } - } -] diff --git a/tests/test_resources/various/applications/application_with_wrong_config2/backend-config.json.license b/tests/test_resources/various/applications/application_with_wrong_config2/backend-config.json.license deleted file mode 100644 index 9b83bfc..0000000 --- a/tests/test_resources/various/applications/application_with_wrong_config2/backend-config.json.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates. - -SPDX-License-Identifier: Apache-2.0 -- cgit v1.2.1