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:29:28 +0100 |
commit | 8953a14b01a4183ea890f1c3d569aae54e363614 (patch) | |
tree | 10df3b95cdc58eb17815b7797ed99bd20a2f74a7 /smoketest/scripts/cli/test_service_ssh.py | |
parent | 452a9c504f472dcaee8c93947a889dab4f8259ce (diff) | |
download | vyos-1x-8953a14b01a4183ea890f1c3d569aae54e363614.tar.gz vyos-1x-8953a14b01a4183ea890f1c3d569aae54e363614.zip |
vrf: T31: add support for - and _ in VRF names
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) |