aboutsummaryrefslogtreecommitdiff
path: root/tests/test_target_ethos_u_advisor.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_target_ethos_u_advisor.py')
-rw-r--r--tests/test_target_ethos_u_advisor.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/test_target_ethos_u_advisor.py b/tests/test_target_ethos_u_advisor.py
new file mode 100644
index 0000000..fb68800
--- /dev/null
+++ b/tests/test_target_ethos_u_advisor.py
@@ -0,0 +1,9 @@
+# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
+# SPDX-License-Identifier: Apache-2.0
+"""Tests for Ethos-U MLIA module."""
+from mlia.target.ethos_u.advisor import EthosUInferenceAdvisor
+
+
+def test_advisor_metadata() -> None:
+ """Test advisor metadata."""
+ assert EthosUInferenceAdvisor.name() == "ethos_u_inference_advisor"