aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGergely Nagy <gergely.nagy@arm.com>2022-09-21 09:22:15 +0100
committerGergely Nagy <gergely.nagy@arm.com>2022-09-30 10:14:16 +0100
commitdf5aa7561532f95ead0cd86053e0284b2723f566 (patch)
tree9f438fd020a55a522ce904222e00b49b31c14f2a /src
parentecdd89912ecd2a4ec715e96fe8eb0b8e59d8c273 (diff)
downloadmlia-df5aa7561532f95ead0cd86053e0284b2723f566.tar.gz
MLIA-647 Fix backend install for Corstone-300 on AVH/VHT
- Remove the extra 's' character which broke the path detection mechanism when installed from /opt/VHT location on AVH instances - Add unit tests to make sure we fixed the problem Change-Id: Ic33a3c6c4d2b33181268d0efbc0324962e741dd4
Diffstat (limited to 'src')
-rw-r--r--src/mlia/tools/metadata/corstone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mlia/tools/metadata/corstone.py b/src/mlia/tools/metadata/corstone.py
index feef7ad..0894207 100644
--- a/src/mlia/tools/metadata/corstone.py
+++ b/src/mlia/tools/metadata/corstone.py
@@ -353,7 +353,7 @@ def get_corstone_300_installation() -> Installation:
],
copy_source=False,
system_config=(
- "backends_configs/systems/corstone-300-vht/backend-config.json"
+ "backend_configs/systems/corstone-300-vht/backend-config.json"
),
),
),