summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/base_interfaces_test.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-04-05 16:20:34 +0200
committerChristian Poessinger <christian@poessinger.com>2021-04-05 16:30:38 +0200
commit0ac696663b6885e659987efdbe83ae7d4a3f7779 (patch)
tree3753f739290ccdfd7519cb43d5b0d3fb3896068b /smoketest/scripts/cli/base_interfaces_test.py
parent8e61868039d8556b089abeec1d09d2d2d1f0cda4 (diff)
downloadvyos-1x-0ac696663b6885e659987efdbe83ae7d4a3f7779.tar.gz
vyos-1x-0ac696663b6885e659987efdbe83ae7d4a3f7779.zip
smoketest: l2tpv3: only remove modules if they are loaded
Diffstat (limited to 'smoketest/scripts/cli/base_interfaces_test.py')
-rw-r--r--smoketest/scripts/cli/base_interfaces_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/base_interfaces_test.py b/smoketest/scripts/cli/base_interfaces_test.py
index f897088ef..bc95c78b1 100644
--- a/smoketest/scripts/cli/base_interfaces_test.py
+++ b/smoketest/scripts/cli/base_interfaces_test.py
@@ -437,7 +437,7 @@ class BasicInterfaceTest:
tmp = read_file(f'/proc/sys/net/ipv6/conf/{interface}/dad_transmits')
self.assertEqual(dad_transmits, tmp)
- def test_dhcpv6_clinet_options(self):
+ def test_dhcpv6_client_options(self):
if not self._test_ipv6_dhcpc6:
self.skipTest('not supported')