From ecd4207f5620795356768f4235d0af8c6ab90248 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 25 Jan 2020 11:50:52 +0100 Subject: interface: adjust comments in BondInterfaceTest --- scripts/cli/test_interfaces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cli/test_interfaces.py b/scripts/cli/test_interfaces.py index 1f96bdfc6..8b1318791 100755 --- a/scripts/cli/test_interfaces.py +++ b/scripts/cli/test_interfaces.py @@ -72,8 +72,8 @@ class BondInterfaceTest(BasicInterfaceTest.BaseTest): for intf in self._interfaces: for member in members: # We can not enslave an interface when there is an address - # assigned - thus we do not allow it in case someone - # runs vyos-smoketest on his production device + # assigned - take care here - or find them dynamically if a user + # runs vyos-smoketest on his production device? self.session.set(self._base_path + [intf, 'member', 'interface', member]) self.session.commit() -- cgit v1.2.3