diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-05 20:23:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 20:23:49 +0200 |
commit | f5f83734997d2de1353a67c0ee995efeeaf4ad2e (patch) | |
tree | 4932e79f6f357b46b09cca93d9cc257a277a45d9 | |
parent | 95072971ac08ffe59bc44237494776cc1c495609 (diff) | |
parent | b71481f7de93d43ff7208ff76cbc6b829b8951b2 (diff) | |
download | vyos-1x-f5f83734997d2de1353a67c0ee995efeeaf4ad2e.tar.gz vyos-1x-f5f83734997d2de1353a67c0ee995efeeaf4ad2e.zip |
Merge pull request #3790 from c-po/reverse-proxy-log-fix
smoketest: T6539: remove explicit test for non existing global log entry
-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']) |