diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-10 23:09:52 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-07-18 08:14:33 +0200 |
commit | d5ed752207bbb016df40fb0fe18c27bb428c446c (patch) | |
tree | f8fe337f9825fe0a09aa471953e9c23ac38b28cf /smoketest | |
parent | 905fe01e1d9bf0930e0dd113f825777786daaa57 (diff) | |
download | vyos-1x-d5ed752207bbb016df40fb0fe18c27bb428c446c.tar.gz vyos-1x-d5ed752207bbb016df40fb0fe18c27bb428c446c.zip |
smoketest: bond: remove second instance of layer2+3 hash-policy test
(cherry picked from commit 8d1bb953b784d03e02ba26e78da5488a79aaf20d)
Diffstat (limited to 'smoketest')
-rwxr-xr-x | smoketest/scripts/cli/test_interfaces_bonding.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_bonding.py b/smoketest/scripts/cli/test_interfaces_bonding.py index af70c004b..c0ed916f3 100755 --- a/smoketest/scripts/cli/test_interfaces_bonding.py +++ b/smoketest/scripts/cli/test_interfaces_bonding.py @@ -136,7 +136,7 @@ class BondingInterfaceTest(BasicInterfaceTest.TestCase): def test_bonding_hash_policy(self): # Define available bonding hash policies - hash_policies = ['layer2', 'layer2+3', 'layer2+3', 'encap2+3', 'encap3+4'] + hash_policies = ['layer2', 'layer2+3', 'encap2+3', 'encap3+4'] for hash_policy in hash_policies: for interface in self._interfaces: for option in self._options.get(interface, []): |