diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-15 14:54:18 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-15 14:54:18 +0200 |
commit | 95acc6ab1d2f4fec08d013473435e187461ca07a (patch) | |
tree | 9054ef51ed20b41ed007cc28e50908847b2da9e0 /smoketest/scripts/cli | |
parent | 22b6c055c193a99db40f036bfe6c485b411a8abb (diff) | |
download | vyos-1x-95acc6ab1d2f4fec08d013473435e187461ca07a.tar.gz vyos-1x-95acc6ab1d2f4fec08d013473435e187461ca07a.zip |
smoketest: ospf: fix type in testcase name #10
Diffstat (limited to 'smoketest/scripts/cli')
-rwxr-xr-x | smoketest/scripts/cli/test_protocols_ospf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_protocols_ospf.py b/smoketest/scripts/cli/test_protocols_ospf.py index c4fd15c93..2ec0005bf 100755 --- a/smoketest/scripts/cli/test_protocols_ospf.py +++ b/smoketest/scripts/cli/test_protocols_ospf.py @@ -267,7 +267,7 @@ class TestProtocolsOSPF(VyOSUnitTestSHIM.TestCase): self.assertIn(f' network {network} area {area}', frrconfig) - def test_ospf_10_interface_configureation(self): + def test_ospf_10_interface_configuration(self): interfaces = Section.interfaces('ethernet') password = 'vyos1234' bandwidth = '10000' |