diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-16 15:18:31 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-16 15:31:33 +0100 |
commit | 8dab92c65127a629df6607e7b46504a115943f72 (patch) | |
tree | 27051631e139e33595ab742fe669e7119b7ec2ff /smoketest/scripts/cli/test_service_ssh.py | |
parent | 86d49dbd7167c261fc6072694db7ee38206f1d94 (diff) | |
download | vyos-1x-8dab92c65127a629df6607e7b46504a115943f72.tar.gz vyos-1x-8dab92c65127a629df6607e7b46504a115943f72.zip |
vrf: T31: add support for - and _ in VRF names
(cherry picked from commit 8953a14b01a4183ea890f1c3d569aae54e363614)
Diffstat (limited to 'smoketest/scripts/cli/test_service_ssh.py')
-rwxr-xr-x | smoketest/scripts/cli/test_service_ssh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_service_ssh.py b/smoketest/scripts/cli/test_service_ssh.py index eede042de..1e099b0a5 100755 --- a/smoketest/scripts/cli/test_service_ssh.py +++ b/smoketest/scripts/cli/test_service_ssh.py @@ -27,7 +27,7 @@ from vyos.util import read_file PROCESS_NAME = 'sshd' SSHD_CONF = '/run/sshd/sshd_config' base_path = ['service', 'ssh'] -vrf = 'ssh-test' +vrf = 'mgmt' def get_config_value(key): tmp = read_file(SSHD_CONF) |