diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-10-10 16:13:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 16:13:33 +0100 |
commit | 9615610ec9daf28d271afbdfb471426a7748db2b (patch) | |
tree | f64837212af055db0af54e2c87c8ff0426645637 /smoketest/scripts | |
parent | 3bc900722892dba525b7cd6bada4e6327b01fffe (diff) | |
parent | 7765e037b9fc9913b58a39bfa39209ebfd3b3f71 (diff) | |
download | vyos-1x-9615610ec9daf28d271afbdfb471426a7748db2b.tar.gz vyos-1x-9615610ec9daf28d271afbdfb471426a7748db2b.zip |
Merge pull request #4147 from sarthurdev/haproxy
haproxy: T6745: Rename reverse-proxy to haproxy
Diffstat (limited to 'smoketest/scripts')
-rwxr-xr-x | smoketest/scripts/cli/test_load-balancing_haproxy.py (renamed from smoketest/scripts/cli/test_load-balancing_reverse-proxy.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_load-balancing_reverse-proxy.py b/smoketest/scripts/cli/test_load-balancing_haproxy.py index 34f77b95d..967eb3869 100755 --- a/smoketest/scripts/cli/test_load-balancing_reverse-proxy.py +++ b/smoketest/scripts/cli/test_load-balancing_haproxy.py @@ -24,7 +24,7 @@ from vyos.utils.file import read_file PROCESS_NAME = 'haproxy' HAPROXY_CONF = '/run/haproxy/haproxy.cfg' -base_path = ['load-balancing', 'reverse-proxy'] +base_path = ['load-balancing', 'haproxy'] proxy_interface = 'eth1' valid_ca_cert = """ |