@@ -502,7 +502,7 @@ static int _testNonExportableNvmAccess(whClientContext* client)
502502 int32_t out_rc = 0 ;
503503 whNvmSize out_len = 0 ;
504504
505- WH_TEST_DEBUG_PRINT ("Testing non-exportable NVM object access protection...\n" );
505+ WH_TEST_PRINT ("Testing non-exportable NVM object access protection...\n" );
506506
507507 /* Test 1: Regular NVM Read Protection */
508508 /* Create NVM object with non-exportable flag */
@@ -575,7 +575,7 @@ static int _testNonExportableNvmAccess(whClientContext* client)
575575
576576#ifdef WOLFHSM_CFG_DMA
577577 /* Test 3: DMA NVM Read Protection */
578- WH_TEST_DEBUG_PRINT ("Testing DMA NVM read protection...\n" );
578+ WH_TEST_PRINT ("Testing DMA NVM read protection...\n" );
579579
580580 /* Create NVM object with non-exportable flag */
581581 memcpy (nvmLabel , "NonExportDmaNvmObj" , sizeof ("NonExportDmaNvmObj" ));
@@ -646,7 +646,7 @@ static int _testNonExportableNvmAccess(whClientContext* client)
646646 wh_Client_NvmDestroyObjects (client , 1 , & nvmId , & out_rc );
647647#endif /* WOLFHSM_CFG_DMA */
648648
649- WH_TEST_DEBUG_PRINT ("NON-EXPORTABLE NVM ACCESS TEST SUCCESS\n" );
649+ WH_TEST_PRINT ("NON-EXPORTABLE NVM ACCESS TEST SUCCESS\n" );
650650 return 0 ;
651651}
652652#endif /* WOLFHSM_CFG_ENABLE_CLIENT */
@@ -1933,29 +1933,29 @@ static int wh_ClientServer_PosixMemMapThreadTest(whTestNvmBackendType nvmType)
19331933#if defined(WOLFHSM_CFG_ENABLE_CLIENT ) && defined(WOLFHSM_CFG_ENABLE_SERVER )
19341934int whTest_ClientServer (void )
19351935{
1936- WH_TEST_DEBUG_PRINT ("Testing client/server sequential: mem...\n" );
1936+ WH_TEST_PRINT ("Testing client/server sequential: mem...\n" );
19371937 WH_TEST_ASSERT (0 == whTest_ClientServerSequential (WH_NVM_TEST_BACKEND_FLASH ));
19381938
19391939#if defined(WOLFHSM_CFG_SERVER_NVM_FLASH_LOG )
1940- WH_TEST_DEBUG_PRINT ("Testing client/server sequential: mem + flash log...\n" );
1940+ WH_TEST_PRINT ("Testing client/server sequential: mem + flash log...\n" );
19411941 WH_TEST_ASSERT (0 ==
19421942 whTest_ClientServerSequential (WH_NVM_TEST_BACKEND_FLASH_LOG ));
19431943#endif /* defined(WOLFHSM_CFG_SERVER_NVM_FLASH_LOG) */
19441944
19451945#if defined(WOLFHSM_CFG_TEST_POSIX )
1946- WH_TEST_DEBUG_PRINT ("Testing client/server: (pthread) mem...\n" );
1946+ WH_TEST_PRINT ("Testing client/server: (pthread) mem...\n" );
19471947 WH_TEST_ASSERT (0 == wh_ClientServer_MemThreadTest (WH_NVM_TEST_BACKEND_FLASH ));
19481948
1949- WH_TEST_DEBUG_PRINT ("Testing client/server: (pthread) POSIX shared memory ...\n" );
1949+ WH_TEST_PRINT ("Testing client/server: (pthread) POSIX shared memory ...\n" );
19501950 WH_TEST_ASSERT (
19511951 0 == wh_ClientServer_PosixMemMapThreadTest (WH_NVM_TEST_BACKEND_FLASH ));
19521952
19531953#if defined(WOLFHSM_CFG_SERVER_NVM_FLASH_LOG )
1954- WH_TEST_DEBUG_PRINT ("Testing client/server: (pthread) mem + flash log...\n" );
1954+ WH_TEST_PRINT ("Testing client/server: (pthread) mem + flash log...\n" );
19551955 WH_TEST_ASSERT (0 ==
19561956 wh_ClientServer_MemThreadTest (WH_NVM_TEST_BACKEND_FLASH_LOG ));
19571957
1958- WH_TEST_DEBUG_PRINT ("Testing client/server: (pthread) POSIX shared memory + flash "
1958+ WH_TEST_PRINT ("Testing client/server: (pthread) POSIX shared memory + flash "
19591959 "log...\n" );
19601960 WH_TEST_ASSERT (
19611961 0 == wh_ClientServer_PosixMemMapThreadTest (WH_NVM_TEST_BACKEND_FLASH_LOG ));
0 commit comments