Loading ttcn/AtsMec/AtsMec_Ams_TestCases.ttcn +1 −2 Original line number Diff line number Diff line Loading @@ -1246,8 +1246,7 @@ alt { [] httpPort.receive( mw_http_response( mw_http_response_204_no_content( ) mw_http_response_204_no_content ) ) { Loading ttcn/AtsMec/AtsMec_AppEnablementAPI_TestCases.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -1626,7 +1626,7 @@ module AtsMec_AppEnablementAPI_TestCases { alt { [] httpPort.receive( mw_http_response( mw_http_response_412_precondition_failed() mw_http_response_412_precondition_failed )) { tc_ac.stop; Loading ttcn/AtsMec/AtsMec_AppLCM_TestCases.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -361,8 +361,8 @@ module AtsMec_AppLCM_TestCases { alt { [] httpPort.receive( mw_http_response( mw_http_response_204_no_content( ))) -> value v_response { mw_http_response_204_no_content )) -> value v_response { tc_ac.stop; log("*** " & testcasename() & ": PASS: IUT successfully responds with a 204 no content status code ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); Loading Loading @@ -1471,7 +1471,7 @@ group app_lcm_subscriptions { alt { [] httpPort.receive( mw_http_response( mw_http_response_204_no_content() mw_http_response_204_no_content )) -> value v_response { tc_ac.stop; Loading ttcn/AtsMec/AtsMec_BwManagementAPI_TestCases.ttcn +930 −5 File changed.Preview size limit exceeded, changes collapsed. Show changes ttcn/AtsMec/AtsMec_TestControl.ttcn +15 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,21 @@ module AtsMec_TestControl { } if (PICS_BWMANAGEMENT_API_SUPPORTED) { execute(TC_MEC_PLAT_MP1_BWA_BV_001()); execute(TC_MEC_SRV_BWA_001_OK()); execute(TC_MEC_SRV_BWA_001_BR()); execute(TC_MEC_SRV_BWA_002_OK()); execute(TC_MEC_SRV_BWA_002_BR()); execute(TC_MEC_SRV_BWA_003_OK()); execute(TC_MEC_SRV_BWA_003_NF()); execute(TC_MEC_SRV_BWA_004_OK()); execute(TC_MEC_SRV_BWA_004_BR()); execute(TC_MEC_SRV_BWA_004_NF()); execute(TC_MEC_SRV_BWA_005_OK()); execute(TC_MEC_SRV_BWA_005_BR()); execute(TC_MEC_SRV_BWA_005_NF()); execute(TC_MEC_SRV_BWA_005_PF()); execute(TC_MEC_SRV_BWA_006_OK()); execute(TC_MEC_SRV_BWA_006_NF()); } } // End of 'control' statement Loading Loading
ttcn/AtsMec/AtsMec_Ams_TestCases.ttcn +1 −2 Original line number Diff line number Diff line Loading @@ -1246,8 +1246,7 @@ alt { [] httpPort.receive( mw_http_response( mw_http_response_204_no_content( ) mw_http_response_204_no_content ) ) { Loading
ttcn/AtsMec/AtsMec_AppEnablementAPI_TestCases.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -1626,7 +1626,7 @@ module AtsMec_AppEnablementAPI_TestCases { alt { [] httpPort.receive( mw_http_response( mw_http_response_412_precondition_failed() mw_http_response_412_precondition_failed )) { tc_ac.stop; Loading
ttcn/AtsMec/AtsMec_AppLCM_TestCases.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -361,8 +361,8 @@ module AtsMec_AppLCM_TestCases { alt { [] httpPort.receive( mw_http_response( mw_http_response_204_no_content( ))) -> value v_response { mw_http_response_204_no_content )) -> value v_response { tc_ac.stop; log("*** " & testcasename() & ": PASS: IUT successfully responds with a 204 no content status code ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); Loading Loading @@ -1471,7 +1471,7 @@ group app_lcm_subscriptions { alt { [] httpPort.receive( mw_http_response( mw_http_response_204_no_content() mw_http_response_204_no_content )) -> value v_response { tc_ac.stop; Loading
ttcn/AtsMec/AtsMec_BwManagementAPI_TestCases.ttcn +930 −5 File changed.Preview size limit exceeded, changes collapsed. Show changes
ttcn/AtsMec/AtsMec_TestControl.ttcn +15 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,21 @@ module AtsMec_TestControl { } if (PICS_BWMANAGEMENT_API_SUPPORTED) { execute(TC_MEC_PLAT_MP1_BWA_BV_001()); execute(TC_MEC_SRV_BWA_001_OK()); execute(TC_MEC_SRV_BWA_001_BR()); execute(TC_MEC_SRV_BWA_002_OK()); execute(TC_MEC_SRV_BWA_002_BR()); execute(TC_MEC_SRV_BWA_003_OK()); execute(TC_MEC_SRV_BWA_003_NF()); execute(TC_MEC_SRV_BWA_004_OK()); execute(TC_MEC_SRV_BWA_004_BR()); execute(TC_MEC_SRV_BWA_004_NF()); execute(TC_MEC_SRV_BWA_005_OK()); execute(TC_MEC_SRV_BWA_005_BR()); execute(TC_MEC_SRV_BWA_005_NF()); execute(TC_MEC_SRV_BWA_005_PF()); execute(TC_MEC_SRV_BWA_006_OK()); execute(TC_MEC_SRV_BWA_006_NF()); } } // End of 'control' statement Loading