diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-10 23:09:52 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-07-10 23:10:55 +0200 |
commit | 8d1bb953b784d03e02ba26e78da5488a79aaf20d (patch) | |
tree | 5c592d1fcb8de40b195e6b70d1a222db893d9de1 /smoketest/scripts/cli | |
parent | 3915791216998a18bf6831450df68ee199e2e4f8 (diff) | |
download | vyos-1x-8d1bb953b784d03e02ba26e78da5488a79aaf20d.tar.gz vyos-1x-8d1bb953b784d03e02ba26e78da5488a79aaf20d.zip |
smoketest: bond: remove second instance of layer2+3 hash-policy test
Diffstat (limited to 'smoketest/scripts/cli')
-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 c97392708..3cbe119a5 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, []): |