aboutsummaryrefslogtreecommitdiff
path: root/tests/test_utils_filesystem.py
diff options
context:
space:
mode:
authorRuomei Yan <ruomei.yan@arm.com>2022-09-01 11:51:38 +0100
committerRuomei Yan <ruomei.yan@arm.com>2022-09-21 14:12:37 +0100
commitecdd89912ecd2a4ec715e96fe8eb0b8e59d8c273 (patch)
treec4a735358d4f9edfb5c2fbac58bcc9e855a88392 /tests/test_utils_filesystem.py
parentc4ad3da5c63abb506833303564bd53e200ee8d97 (diff)
downloadmlia-ecdd89912ecd2a4ec715e96fe8eb0b8e59d8c273.tar.gz
MLIA-618 MLIA performance for Ethos-U65-256
- added the target profile for ethos-u65-256 - modified the unit tests regarding target profiles - updated the README.md Change-Id: I0f6b50199e735a18f0b436d291c871e1fa0460dd
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 fb894db..b31b4ff 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",
+ "ethos-u65-256",
"tosa",
]
@@ -73,6 +74,7 @@ def test_get_supported_profile_names() -> None:
"ethos-u55-256",
"ethos-u55-128",
"ethos-u65-512",
+ "ethos-u65-256",
"tosa",
]