diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2024-02-07 12:26:49 +0200 |
---|---|---|
committer | aapostoliuk <a.apostoliuk@vyos.io> | 2024-02-07 18:54:03 +0200 |
commit | 018110200c9a82815dd5d0510f0732d7159c0d59 (patch) | |
tree | 7a7ee8db5ad7a565562686e16850d2761f7ed048 /smoketest/scripts/cli/test_vpn_l2tp.py | |
parent | 630a242cecaefb576513ecdc4e944bfc63515982 (diff) | |
download | vyos-1x-018110200c9a82815dd5d0510f0732d7159c0d59.tar.gz vyos-1x-018110200c9a82815dd5d0510f0732d7159c0d59.zip |
T5960: Rewritten authentication node in PPTP to a single view
Rewritten authentication node in accel-ppp services
to a single view. In particular - PPTP authentication.
Diffstat (limited to 'smoketest/scripts/cli/test_vpn_l2tp.py')
-rwxr-xr-x | smoketest/scripts/cli/test_vpn_l2tp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_vpn_l2tp.py b/smoketest/scripts/cli/test_vpn_l2tp.py index 3d9d94f52..dc75ba5f9 100755 --- a/smoketest/scripts/cli/test_vpn_l2tp.py +++ b/smoketest/scripts/cli/test_vpn_l2tp.py @@ -39,7 +39,7 @@ class TestVPNL2TPServer(BasicAccelPPPTest.TestCase): pass def test_l2tp_server_authentication_protocols(self): - # Test configuration of local authentication for PPPoE server + # Test configuration of local authentication protocols self.basic_config() # explicitly test mschap-v2 - no special reason |