From 664d8c55609253e68d153a91514c8fefa00557b1 Mon Sep 17 00:00:00 2001 From: Dmitrii Agibov Date: Thu, 21 Jul 2022 14:06:50 +0100 Subject: MLIA-549 Integrate TOSA checker into MLIA - Add new module for TOSA - Add advisor workflow components - Use TOSA checker for getting operators compatibility information Change-Id: I769e5e2a84e15779658f0895b4a347384def63bf --- tests/test_utils_filesystem.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_utils_filesystem.py') diff --git a/tests/test_utils_filesystem.py b/tests/test_utils_filesystem.py index 7cf32e7..fb894db 100644 --- a/tests/test_utils_filesystem.py +++ b/tests/test_utils_filesystem.py @@ -46,6 +46,7 @@ def test_profiles_data() -> None: "ethos-u55-256", "ethos-u55-128", "ethos-u65-512", + "tosa", ] @@ -72,6 +73,7 @@ def test_get_supported_profile_names() -> None: "ethos-u55-256", "ethos-u55-128", "ethos-u65-512", + "tosa", ] -- cgit v1.2.1