test: include CMAC keys in ntp_core unit test

This commit is contained in:
Miroslav Lichvar
2020-09-22 11:55:10 +02:00
parent d9a363606b
commit 455b8e4b44
2 changed files with 3 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ get_random_key_id(void)
uint32_t id;
do {
id = random() % 6 + 2;
id = random() % 8 + 2;
} while (!KEY_KeyKnown(id));
return id;