This commit is contained in:
Mat931
2026-04-16 20:06:42 +02:00
parent e0ae66176d
commit bbaab97f57
+3
View File
@@ -276,6 +276,7 @@ def test_perform_ota_successful_md5_auth(
[
espota2.CLIENT_FEATURE_SUPPORTS_COMPRESSION
| espota2.CLIENT_FEATURE_SUPPORTS_SHA256_AUTH
| espota2.CLIENT_FEATURE_SUPPORTS_EXTENDED_PROTOCOL
]
)
)
@@ -646,6 +647,7 @@ def test_perform_ota_successful_sha256_auth(
[
espota2.CLIENT_FEATURE_SUPPORTS_COMPRESSION
| espota2.CLIENT_FEATURE_SUPPORTS_SHA256_AUTH
| espota2.CLIENT_FEATURE_SUPPORTS_EXTENDED_PROTOCOL
]
)
)
@@ -701,6 +703,7 @@ def test_perform_ota_sha256_fallback_to_md5(
[
espota2.CLIENT_FEATURE_SUPPORTS_COMPRESSION
| espota2.CLIENT_FEATURE_SUPPORTS_SHA256_AUTH
| espota2.CLIENT_FEATURE_SUPPORTS_EXTENDED_PROTOCOL
]
)
)