Add test for admin auth

This commit is contained in:
Sosthène Guédon
2022-11-10 16:47:07 +01:00
parent 124d334166
commit 050da53719
3 changed files with 108 additions and 8 deletions
+10
View File
@@ -15,4 +15,14 @@
Select
]
),
// TODO: test with AES
IoTest(
name: "Default management key",
cmd_resp: [
AuthenticateManagement(
algorithm: Tdes,
key: "0102030405060708 0102030405060708 0102030405060708"
)
]
),
]