summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_interfaces_bonding.py
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-12-11 21:37:34 +0100
committerChristian Breunig <christian@breunig.cc>2024-12-16 22:24:50 +0100
commit76b74d62b607961f08bd0284a9dbc5427ba48e1d (patch)
tree3cd715d1c8407aab1a4334b2aa7650c6f793d78c /smoketest/scripts/cli/test_interfaces_bonding.py
parent4d0774e534766d70961975933635e6c54dcc1982 (diff)
downloadveeos-1x-76b74d62b607961f08bd0284a9dbc5427ba48e1d.tar.gz
veeos-1x-76b74d62b607961f08bd0284a9dbc5427ba48e1d.zip
frr: T6746: remove superseeded vyos.frr module
Diffstat (limited to 'smoketest/scripts/cli/test_interfaces_bonding.py')
-rwxr-xr-xsmoketest/scripts/cli/test_interfaces_bonding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_bonding.py b/smoketest/scripts/cli/test_interfaces_bonding.py
index 418744712..735e4f3c5 100755
--- a/smoketest/scripts/cli/test_interfaces_bonding.py
+++ b/smoketest/scripts/cli/test_interfaces_bonding.py
@@ -24,7 +24,7 @@ from vyos.ifconfig.interface import Interface
from vyos.configsession import ConfigSessionError
from vyos.utils.network import get_interface_config
from vyos.utils.file import read_file
-from vyos.frr import mgmt_daemon
+from vyos.frrender import mgmt_daemon
class BondingInterfaceTest(BasicInterfaceTest.TestCase):
@classmethod