aboutsummaryrefslogtreecommitdiff
path: root/tests/aiet/test_resources/various/applications/application_with_wrong_config2/aiet-config.json
diff options
context:
space:
mode:
authorBenjamin Klimczak <benjamin.klimczak@arm.com>2022-06-28 10:29:35 +0100
committerBenjamin Klimczak <benjamin.klimczak@arm.com>2022-07-08 10:57:19 +0100
commitc9b4089b3037b5943565d76242d3016b8776f8d2 (patch)
tree3de24f79dedf0f26f492a7fa1562bf684e13a055 /tests/aiet/test_resources/various/applications/application_with_wrong_config2/aiet-config.json
parentba2c7fcccf37e8c81946f0776714c64f73191787 (diff)
downloadmlia-c9b4089b3037b5943565d76242d3016b8776f8d2.tar.gz
MLIA-546 Merge AIET into MLIA
Merge the deprecated AIET interface for backend execution into MLIA: - Execute backends directly (without subprocess and the aiet CLI) - Fix issues with the unit tests - Remove src/aiet and tests/aiet - Re-factor code to replace 'aiet' with 'backend' - Adapt and improve unit tests after re-factoring - Remove dependencies that are not needed anymore (click and cloup) Change-Id: I450734c6a3f705ba9afde41862b29e797e511f7c
Diffstat (limited to 'tests/aiet/test_resources/various/applications/application_with_wrong_config2/aiet-config.json')
-rw-r--r--tests/aiet/test_resources/various/applications/application_with_wrong_config2/aiet-config.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/aiet/test_resources/various/applications/application_with_wrong_config2/aiet-config.json b/tests/aiet/test_resources/various/applications/application_with_wrong_config2/aiet-config.json
deleted file mode 100644
index 1ebb29c..0000000
--- a/tests/aiet/test_resources/various/applications/application_with_wrong_config2/aiet-config.json
+++ /dev/null
@@ -1,30 +0,0 @@
-[
- {
- "name": "test_application",
- "description": "This is test_application",
- "build_dir": "build",
- "commands": {
- "build": [
- "cp ../hello_app.txt ."
- ],
- "run": [
- "{application.build_dir}/hello_app.txt"
- ]
- },
- "user_params": {
- "build": [
- {
- "name": "--app",
- "description": "Sample command param",
- "values": [
- "application1",
- "application2",
- "application3"
- ],
- "default_value": "application1"
- }
- ],
- "run": []
- }
- }
-]