Skip to content

Commit

Permalink
removed erros from the test case for enable mst for interfaces function
Browse files Browse the repository at this point in the history
  • Loading branch information
kanza-latif committed Jan 2, 2025
1 parent dccf01a commit 502e578
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_config_stp.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from unittest.mock import MagicMock
from unittest.mock import MagicMock, patch
# from click import Context
from config.stp import (
get_intf_list_in_vlan_member_table,
Expand All @@ -8,6 +8,9 @@
# is_valid_hello_interval,
# is_valid_max_age,
# is_valid_bridge_priority,
MST_AUTO_LINK_TYPE,
MST_DEFAULT_PORT_PATH_COST,
MST_DEFAULT_PORT_PRIORITY,
validate_params,
is_valid_stp_vlan_parameters,
# is_valid_stp_global_parameters,
Expand Down

0 comments on commit 502e578

Please sign in to comment.