aboutsummaryrefslogtreecommitdiff
path: root/tests/test_cli_command_validators.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cli_command_validators.py')
-rw-r--r--tests/test_cli_command_validators.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/test_cli_command_validators.py b/tests/test_cli_command_validators.py
index 29813f4..1ac82db 100644
--- a/tests/test_cli_command_validators.py
+++ b/tests/test_cli_command_validators.py
@@ -109,17 +109,17 @@ def test_validate_check_target_profile(
],
[
"tosa",
- ["Corstone-310"],
+ ["corstone-310"],
True,
- "Backend Corstone-310 not supported with target-profile tosa.",
+ "Backend corstone-310 not supported with target-profile tosa.",
None,
],
[
"cortex-a",
- ["ArmNNTFLiteDelegate"],
+ ["armnn-tflite-delegate"],
False,
None,
- ["ArmNNTFLiteDelegate"],
+ ["armnn-tflite-delegate"],
],
[
"cortex-a",
@@ -130,14 +130,14 @@ def test_validate_check_target_profile(
],
[
"ethos-u55-256",
- ["Vela", "Corstone-310"],
+ ["vela", "corstone-310"],
False,
None,
- ["Vela", "Corstone-310"],
+ ["vela", "corstone-310"],
],
[
"ethos-u65-256",
- ["Vela", "Corstone-310", "tosa-checker"],
+ ["vela", "corstone-310", "tosa-checker"],
True,
"Backend tosa-checker not supported with target-profile ethos-u65-256.",
None,