feat: Enable test app for app_update component

Enable all the test cases in test app of app_update component.
Earlier, due to some config not enabled, not all the test cases ran.
This commit is contained in:
Harshit Malpani
2024-04-25 12:32:08 +05:30
parent 1b95af2096
commit 3048ca3222
13 changed files with 24 additions and 11 deletions

View File

@@ -19,7 +19,6 @@ def run_multiple_stages(dut: Dut, test_case_num: int, stages: int) -> None:
@pytest.mark.supported_targets
@pytest.mark.temp_skip_ci(targets=['esp32c6', 'esp32h2'], reason='c6/h2 support TBD')
@pytest.mark.generic
def test_app_update(dut: Dut) -> None:
extra_data = dut.parse_test_menu()