Loading ttcn/AtsMec_EdgePlatformApplicationEnablement/AtsMec_EdgePlatformApplicationEnablementAPI_TestCases.ttcn +2 −11 Original line number Diff line number Diff line Loading @@ -3112,17 +3112,8 @@ module AtsMec_EdgePlatformApplicationEnablementAPI_TestCases { alt { [] httpPort.receive( mw_http_response( mw_http_response_ok( mw_http_message_body_json( mw_body_json_app_info_regapps( mw_app_info( v_app_info.appName, v_app_info.appProvider, -, v_app_info.appDId, v_app_info.appInstanceId, v_app_info.endpoint )))))) { mw_http_response_204_no_content )) { tc_ac.stop; log("*** " & testcasename() & ": PASS: IUT successfully responds with the correct code ***"); Loading Loading
ttcn/AtsMec_EdgePlatformApplicationEnablement/AtsMec_EdgePlatformApplicationEnablementAPI_TestCases.ttcn +2 −11 Original line number Diff line number Diff line Loading @@ -3112,17 +3112,8 @@ module AtsMec_EdgePlatformApplicationEnablementAPI_TestCases { alt { [] httpPort.receive( mw_http_response( mw_http_response_ok( mw_http_message_body_json( mw_body_json_app_info_regapps( mw_app_info( v_app_info.appName, v_app_info.appProvider, -, v_app_info.appDId, v_app_info.appInstanceId, v_app_info.endpoint )))))) { mw_http_response_204_no_content )) { tc_ac.stop; log("*** " & testcasename() & ": PASS: IUT successfully responds with the correct code ***"); Loading