Home | History | Annotate | Download | only in test

Lines Matching full:result_code

498 start_control_connection_reply = PPTPStartControlConnectionReply(result_code='General error',
517 assert start_control_connection_reply_pkt.result_code == 2
544 stop_control_connection_reply = PPTPStopControlConnectionReply(result_code='General error',error_code='PAC-Error')
553 assert stop_control_connection_reply_pkt.result_code == 2
576 echo_reply = PPTPEchoReply(identifier=42, result_code='OK')
586 assert echo_reply_pkt.result_code == 1
635 result_code='Busy', error_code='No-Resource',
649 assert outgoing_call_reply_pkt.result_code == 4
698 incoming_call_reply = PPTPIncomingCallReply(call_id=4243, peer_call_id=4242, result_code='Connected',
709 assert incoming_call_reply_pkt.result_code == 1
766 call_disconnect_notify = PPTPCallDisconnectNotify(call_id=4242, result_code='Admin Shutdown', error_code='None',
781 assert call_disconnect_notify_pkt.result_code == 3