feat(ota): Added test for checking flash encryption and anti-rollback enabled

Added test to check if flash encryption and anti-rollback enbaled
together. Added marked pytest.mark.flash_encryption to advanced OTA
test.
This commit is contained in:
hrushikesh.bhosale
2024-08-20 11:41:19 +05:30
parent 4b77ecdb45
commit 99f0e1b526
4 changed files with 21 additions and 6 deletions

View File

@@ -430,7 +430,7 @@ def test_examples_protocol_advanced_https_ota_example_redirect_url(dut: Dut) ->
@pytest.mark.esp32
@pytest.mark.ethernet_flash_8m
@pytest.mark.flash_encryption_ota
@pytest.mark.parametrize('config', ['anti_rollback',], indirect=True)
@pytest.mark.parametrize('skip_autoflash', ['y'], indirect=True)
def test_examples_protocol_advanced_https_ota_example_anti_rollback(dut: Dut) -> None: