# Check that the IUT responds with an HTPP 200 OK Acknowledgment response when receiving a PullRequest for vessels with discovery based on sea basin - no Acknowledgment required
# Check that the IUT responds with an HTPP 200 OK Acknowledgment response when receiving a PullRequest for vessels with discovery based on sea basin - no Acknowledgment required
log("*** "&testcasename()&": PASS: IUT successfully received mandatory Acknowledgement ***");
log("*** "&testcasename()&": INFO: IUT successfully received synchronous Acknowledgment ***");
f_selfOrClientSyncAndVerdict(c_tbDone,e_success);
v_recv_sync_ack:=false;// Repeat and ...
//}
v_recv_response:=true;// ... wait for the PullResponse
}
[]tc_ac.timeout{
log("*** "&testcasename()&": INCONC: Expected message not received ***");
f_selfOrClientSyncAndVerdict(c_tbDone,e_timeout);
}
}// End of 'alt' statement
// Postamble
f_cf_01_down();
}// End of testcase TC_CDM_NODE_PULL_REQUEST_BV_01_01
/**
* @desc Check that the IUT responds with an HTPP 200 OK Acknowledgment response when receiving a PullRequest from a known peer with a list of vessels in specified basin - no Acknowledgment required