summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-05 20:23:49 +0200
committerGitHub <noreply@github.com>2024-07-05 20:23:49 +0200
commitf5f83734997d2de1353a67c0ee995efeeaf4ad2e (patch)
tree4932e79f6f357b46b09cca93d9cc257a277a45d9
parent95072971ac08ffe59bc44237494776cc1c495609 (diff)
parentb71481f7de93d43ff7208ff76cbc6b829b8951b2 (diff)
downloadvyos-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-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'])