AtsMec_MultiAccessSteeringInfoAPI_TestCases.ttcn 57.3 KB
Newer Older
YannGarcia's avatar
YannGarcia committed
                              mw_http_response(
                                               mw_http_response_404_not_found
                                               )) {
            tc_ac.stop;
            
            log("*** " & testcasename() & ": PASS: IUT successfully responds to deletion ***");
            f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
          }
          [] tc_ac.timeout {
            log("*** " & testcasename() & ": INCONC: Expected message not received ***");
            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
          }
        } // End of 'alt' statement
        
        // Postamble
        f_cf_01_http_down();
    } // End of testcase TC_MEC_MEC015_SRV_MTS_006_NF
    
  } // End of group me_app_role 
  
} // End of module AtsMec_MultiAccessSteeringInfoAPI_TestCases