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
@@ -4,5 +4,5 @@ nvs, data, nvs, , 0x4000,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
emul_efuse,data,efuse, , 0x2000,
ota_0, app, ota_0, , 3584K,
ota_1, app, ota_1, , 3584K,
ota_0, app, ota_0, , 1500K,
ota_1, app, ota_1, , 1500K,
1 # Name, Type, SubType, Offset, Size, Flags
4 otadata, data, ota, , 0x2000,
5 phy_init, data, phy, , 0x1000,
6 emul_efuse,data,efuse, , 0x2000,
7 ota_0, app, ota_0, , 3584K, ota_0, app, ota_0, , 1500K,
8 ota_1, app, ota_1, , 3584K, ota_1, app, ota_1, , 1500K,