summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_interfaces_bonding.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-09-17 21:34:56 +0200
committerChristian Poessinger <christian@poessinger.com>2020-09-17 21:34:56 +0200
commit14c754f8bd6c96165d8ad3745c19c80a562910e1 (patch)
tree65696426e689ce4c849c8f78543cf1159f516656 /smoketest/scripts/cli/test_interfaces_bonding.py
parentde6dd336243b90a79023d7c84645cd75b5798f41 (diff)
downloadvyos-1x-14c754f8bd6c96165d8ad3745c19c80a562910e1.tar.gz
vyos-1x-14c754f8bd6c96165d8ad3745c19c80a562910e1.zip
smoketest: bond: T2894: extend comments
Diffstat (limited to 'smoketest/scripts/cli/test_interfaces_bonding.py')
-rwxr-xr-xsmoketest/scripts/cli/test_interfaces_bonding.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_bonding.py b/smoketest/scripts/cli/test_interfaces_bonding.py
index 9ad8568ee..ac5e01e50 100755
--- a/smoketest/scripts/cli/test_interfaces_bonding.py
+++ b/smoketest/scripts/cli/test_interfaces_bonding.py
@@ -59,7 +59,8 @@ class BondingInterfaceTest(BasicInterfaceTest.BaseTest):
self.assertListEqual(slaves, self._members)
def test_8021q_vlan(self):
- """ Testcase for 802.1q VLAN interfaces """
+ """ Testcase for 802.1q VLAN interfaces created on top of a lacp / bond
+ interface. This is the testcase for T2894 """
super().test_8021q_vlan()
for interface in self._interfaces:
@@ -67,7 +68,9 @@ class BondingInterfaceTest(BasicInterfaceTest.BaseTest):
self.assertListEqual(slaves, self._members)
def test_remove_member(self):
- """ T2515: when removing a bond member the interface must be admin-up again """
+ """ T2515: when removing a bond member the previously enslaved/member
+ interface must be in its former admin-up/down state. Here we ensure that
+ it is admin-up as it was admin-up before. """
# configure member interfaces
for interface in self._interfaces: