From a4fb8c72f15146c95df16c25e75f03344e9814fd Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Wed, 11 Jan 2023 12:32:02 +0000 Subject: MLIA-591 Create interface for target profiles New class 'TargetProfile' is used to load and verify target profiles. Change-Id: I76373a923e2e5f55c4e95860635afe9fc5627a5d --- tests/test_target_ethos_u_reporters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_target_ethos_u_reporters.py') diff --git a/tests/test_target_ethos_u_reporters.py b/tests/test_target_ethos_u_reporters.py index bc764a0..0c5764e 100644 --- a/tests/test_target_ethos_u_reporters.py +++ b/tests/test_target_ethos_u_reporters.py @@ -118,7 +118,7 @@ def test_report_operators( "device, expected_plain_text, expected_json_dict", [ [ - EthosUConfiguration("ethos-u55-256"), + EthosUConfiguration.load_profile("ethos-u55-256"), """Device information: Target ethos-u55 MAC 256 -- cgit v1.2.1