diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-25 18:57:44 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-25 18:57:44 +0200 |
commit | 3e9aab9adb12f00abfd7d163964e563fc93d5289 (patch) | |
tree | 990f031129fddc4f5877a103802f053b5863d171 /smoketest | |
parent | f33c6e856b2d4c0c7964d7b61d6aa7ccb9bc237b (diff) | |
download | vyos-1x-3e9aab9adb12f00abfd7d163964e563fc93d5289.tar.gz vyos-1x-3e9aab9adb12f00abfd7d163964e563fc93d5289.zip |
smoketest: bonding: T3649: fix typo in testcase name
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 43f661f6b..86000553e 100755 --- a/smoketest/scripts/cli/test_interfaces_bonding.py +++ b/smoketest/scripts/cli/test_interfaces_bonding.py @@ -133,7 +133,7 @@ class BondingInterfaceTest(BasicInterfaceTest.TestCase): self.assertEqual(0, tmp['linkinfo']['info_data']['min_links']) self.assertEqual(lacp_rate, tmp['linkinfo']['info_data']['ad_lacp_rate']) - def test_bonding_hast_policy(self): + def test_bonding_hash_policy(self): # Define available bonding hash policies hash_policies = ['layer2', 'layer2+3', 'layer2+3', 'encap2+3', 'encap3+4'] for hash_policy in hash_policies: |