summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-08-08 11:03:15 +0200
committerGitHub <noreply@github.com>2024-08-08 11:03:15 +0200
commit7a4a462ef60a9e53a222d03d106fed793c33ec9e (patch)
tree5a53b6e3e7fb5e5631576f04ae7a742459427f5c
parentc832da363ffb5538806b5025b92107a60152e44c (diff)
parent23af8071752cc4cebe59104ad9ba7d59dbb3c5fe (diff)
downloadvyos-1x-7a4a462ef60a9e53a222d03d106fed793c33ec9e.tar.gz
vyos-1x-7a4a462ef60a9e53a222d03d106fed793c33ec9e.zip
Merge pull request #3953 from vyos/mergify/bp/sagitta/pr-3790
smoketest: T6539: remove explicit test for non existing global log entry (backport #3790)
-rwxr-xr-xsmoketest/scripts/cli/test_load-balancing_reverse-proxy.py2
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'])