diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/cli/test_interfaces.py | 4 |
1 files 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() |