There was an error while loading. Please reload this page.
1 parent f165fc8 commit a3be8d4Copy full SHA for a3be8d4
testinfra/test_ami.py
@@ -293,11 +293,6 @@ def is_healthy(host) -> bool:
293
logger.warning("kong not ready")
294
return False
295
296
- cmd = host.run("printf \\\\0 > '/dev/tcp/localhost/6543'")
297
- if cmd.failed is True:
298
- logger.warning("pgbouncer not ready")
299
- return False
300
-
301
cmd = host.run("sudo fail2ban-client status")
302
if cmd.failed is True:
303
logger.warning("fail2ban not ready")
0 commit comments