File tree Expand file tree Collapse file tree 5 files changed +828
-5
lines changed
examples/posix/wh_posix_server Expand file tree Collapse file tree 5 files changed +828
-5
lines changed Original file line number Diff line number Diff line change 4141#define WOLFHSM_CFG_SERVER_KEYCACHE_COUNT 9
4242#define WOLFHSM_CFG_SERVER_KEYCACHE_SIZE 1024
4343#define WOLFHSM_CFG_SERVER_KEYCACHE_BIG_BUFSIZE 4096
44+ #define WOLFHSM_CFG_SERVER_KEYCACHE_BIG_COUNT 5
4445
4546#define WOLFHSM_CFG_SERVER_DMAADDR_COUNT 8
4647#define WOLFHSM_CFG_SERVER_CUSTOMCB_COUNT 6
Original file line number Diff line number Diff line change 6868/* Test log-based NVM flash backend */
6969#define WOLFHSM_CFG_SERVER_NVM_FLASH_LOG
7070
71+ /* Allow persistent NVM artifacts in tests */
72+ #define WOLFHSM_CFG_TEST_ALLOW_PERSISTENT_NVM_ARTIFACTS
73+
7174#endif /* WOLFHSM_CFG_H_ */
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ int whTest_Unit(void)
7979
8080#endif /* WOLFHSM_CFG_CERTIFICATE_MANAGER && !WOLFHSM_CFG_NO_CRYPTO */
8181
82-
8382 /* Comm tests */
8483 WH_TEST_ASSERT (0 == whTest_Comm ());
8584 WH_TEST_ASSERT (0 == whTest_ClientServer ());
You can’t perform that action at this time.
0 commit comments