Skip to content

Commit eeb193c

Browse files
committed
some update
1 parent 758a050 commit eeb193c

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

napalm_huawei_vrp/huawei_vrp.py

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,10 @@ def ping(self, destination, source=c.PING_SOURCE, ttl=c.PING_TTL, timeout=c.PING
419419
ping_dict['success'].update({'results': results_array})
420420
return ping_dict
421421

422+
# developing
423+
def traceroute(self):
424+
pass
425+
422426
# verified
423427
def get_interfaces(self):
424428
"""
@@ -922,18 +926,6 @@ def get_mac_address_table(self):
922926
mac_address_table.append(mac_dict)
923927
return mac_address_table
924928

925-
# developing
926-
def pre_connection_tests(self):
927-
pass
928-
929-
# developing
930-
def connection_tests(self):
931-
pass
932-
933-
# developing
934-
def post_connection_tests(self):
935-
pass
936-
937929
# developing
938930
def get_route_to(self, destination="", protocol=""):
939931
pass
@@ -961,11 +953,6 @@ def get_probes_config(self):
961953
def get_probes_results(self):
962954
pass
963955

964-
# developing
965-
def traceroute(self, destination, source=c.TRACEROUTE_SOURCE, ttl=c.TRACEROUTE_TTL, timeout=c.TRACEROUTE_TIMEOUT,
966-
vrf=c.TRACEROUTE_VRF):
967-
pass
968-
969956
# developing
970957
def get_users(self):
971958
pass
@@ -974,14 +961,6 @@ def get_users(self):
974961
def get_optics(self):
975962
pass
976963

977-
# developing
978-
def get_network_instances(self, name=""):
979-
pass
980-
981-
# developing
982-
def get_ipv6_neighbors_table(self):
983-
pass
984-
985964
# verified
986965
def get_ntp_peers(self):
987966
"""

0 commit comments

Comments
 (0)