test_verify_z_connection_stats (system_tests_policy.SenderReceiverLimits) ... FAIL
test_verify_vhost_maximum_connections (system_tests_policy.VhostPolicyFromRouterConfig) ... ok
test_vhost_allowed_addresses (system_tests_policy.VhostPolicyFromRouterConfig) ... ok
test_vhost_denied_addresses (system_tests_policy.VhostPolicyFromRouterConfig) ... ok
test_01_id_vs_hostname (system_tests_policy.VhostPolicyNameField) ... ok======================================================================
FAIL: test_verify_z_connection_stats (system_tests_policy.SenderReceiverLimits)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/foo/qpid-dispatch/tests/system_tests_policy.py", line 333, in test_verify_z_connection_stats
self.assertTrue(len(close_lines) == 1, msg='Policy did not log sender and receiver denials.')
AssertionError: Policy did not log sender and receiver denials.----------------------------------------------------------------------
Ran 23 tests in 54.065sFAILED (failures=1)