Skip to content

Commit

Permalink
Merge pull request #3790 from c-po/reverse-proxy-log-fix
Browse files Browse the repository at this point in the history
smoketest: T6539: remove explicit test for non existing global log entry
  • Loading branch information
c-po authored Jul 5, 2024
2 parents 9507297 + b71481f commit f5f8373
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 f5f8373

Please sign in to comment.