aboutsummaryrefslogtreecommitdiff
path: root/tests/test_utils_filesystem.py
diff options
context:
space:
mode:
authorDmitrii Agibov <dmitrii.agibov@arm.com>2022-07-21 14:06:50 +0100
committerBenjamin Klimczak <benjamin.klimczak@arm.com>2022-08-19 10:23:23 +0100
commit664d8c55609253e68d153a91514c8fefa00557b1 (patch)
tree4b2a0ecaf30e9151d6b971a24fa6c6104884896f /tests/test_utils_filesystem.py
parenta8ee1aee3e674c78a77801d1bf2256881ab6b4b9 (diff)
downloadmlia-664d8c55609253e68d153a91514c8fefa00557b1.tar.gz
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
Diffstat (limited to 'tests/test_utils_filesystem.py')
-rw-r--r--tests/test_utils_filesystem.py2
1 files changed, 2 insertions, 0 deletions
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",
]