Beispiel #1
0
 def diag_reset_adsl_line(self):
     return ParserUtil.parse_diagnostic_responce(RequestsUtil.diagnostic_dsl_html(4))
Beispiel #2
0
 def diag_get_dls_line_status(self):
     return ParserUtil.parse_diagnostic_responce(RequestsUtil.diagnostic_dsl_html(3))
Beispiel #3
0
 def diag_get_atm_loopback_test(self):
     return ParserUtil.parse_diagnostic_responce(RequestsUtil.diagnostic_dsl_html(2))
Beispiel #4
0
 def diag_get_atm_status(self):
     return ParserUtil.parse_diagnostic_responce(RequestsUtil.diagnostic_dsl_html(1))
Beispiel #5
0
 def traceroute_ipv6(self, target):
     return ParserUtil.parse_diagnostic_responce(RequestsUtil.diagnostic_ping_html(target, 3))
Beispiel #6
0
 def ping(self, target):
     return ParserUtil.parse_diagnostic_responce(RequestsUtil.diagnostic_ping_html(target, 1))