From 14c754f8bd6c96165d8ad3745c19c80a562910e1 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 17 Sep 2020 21:34:56 +0200 Subject: smoketest: bond: T2894: extend comments --- smoketest/scripts/cli/test_interfaces_bonding.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'smoketest') 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: -- cgit v1.2.3