Skip to content

Commit

Permalink
Merge pull request #3953 from vyos/mergify/bp/sagitta/pr-3790
Browse files Browse the repository at this point in the history
smoketest: T6539: remove explicit test for non existing global log entry (backport #3790)
  • Loading branch information
c-po authored Aug 8, 2024
2 parents c832da3 + 23af807 commit 7a4a462
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions smoketest/scripts/cli/test_load-balancing_reverse-proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,6 @@ def test_09_lb_reverse_proxy_logging(self):

# 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'])
Expand Down

0 comments on commit 7a4a462

Please sign in to comment.