diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-07-05 08:34:03 +0200 | 
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2024-07-05 08:34:03 +0200 | 
| commit | b71481f7de93d43ff7208ff76cbc6b829b8951b2 (patch) | |
| tree | aff3d0ddb3efb976b9cc42d933cbcc46c293eccd | |
| parent | 9cddfd9fde5504cd5e42ed75560f21619aca646b (diff) | |
| download | vyos-1x-b71481f7de93d43ff7208ff76cbc6b829b8951b2.tar.gz vyos-1x-b71481f7de93d43ff7208ff76cbc6b829b8951b2.zip | |
smoketest: T6539: remove explicit test for non existing global log entry
Commit dd5908eac ("T6539: add logging options to load-balancer reverse-proxy")
added CLI commands to add custom log entries for frontend and backend servers
as well as a global log directive.
Remove explicit test code for no longer always present "global log" directive.
| -rwxr-xr-x | smoketest/scripts/cli/test_load-balancing_reverse-proxy.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/smoketest/scripts/cli/test_load-balancing_reverse-proxy.py b/smoketest/scripts/cli/test_load-balancing_reverse-proxy.py index db43a78ec..34f77b95d 100755 --- a/smoketest/scripts/cli/test_load-balancing_reverse-proxy.py +++ b/smoketest/scripts/cli/test_load-balancing_reverse-proxy.py @@ -465,8 +465,6 @@ class TestLoadBalancingReverseProxy(VyOSUnitTestSHIM.TestCase):          # Ensure default logging configuration is present          config = read_file(HAPROXY_CONF) -        self.assertIn('log /dev/log local0', config) -        self.assertIn('log /dev/log local1 notice', config)          # Test global-parameters logging options          self.cli_set(base_path + ['global-parameters', 'logging', 'facility', 'local1', 'level', 'err']) | 
