diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-01-25 11:50:52 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-25 11:50:52 +0100 |
commit | ecd4207f5620795356768f4235d0af8c6ab90248 (patch) | |
tree | 976a9964a74e8e0efc81127a275c817d0311b099 /scripts/cli | |
parent | b6ad4c9908b03cc9cbb5d1173476984b08b68222 (diff) | |
download | vyos-1x-ecd4207f5620795356768f4235d0af8c6ab90248.tar.gz vyos-1x-ecd4207f5620795356768f4235d0af8c6ab90248.zip |
interface: adjust comments in BondInterfaceTest
Diffstat (limited to 'scripts/cli')
-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() |