[DNM] Force etherpad failure

Change-Id: I3dc07568875784c3fc5595a8f2530f8e24078b9d
This commit is contained in:
Tony Breeds 2024-05-02 11:19:54 -05:00
parent f75191dbd4
commit 75456de76b
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ import urllib.parse
testinfra_hosts = ['etherpad99.opendev.org']
def test_force_fail(host):
assert False
def test_etherpad_listening(host):
etherpad = host.socket("tcp://127.0.0.1:9001")
assert etherpad.is_listening