From df5aa7561532f95ead0cd86053e0284b2723f566 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Wed, 21 Sep 2022 09:22:15 +0100 Subject: 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 --- src/mlia/tools/metadata/corstone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mlia') 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" ), ), ), -- cgit v1.2.1