Merge "Clarify testinfra socket name for keycloak rdbms"
This commit is contained in:
commit
03a7ed5c92
@ -21,8 +21,8 @@ testinfra_hosts = ['keycloak99.opendev.org']
|
||||
|
||||
|
||||
def test_rdbms_listening(host):
|
||||
keycloak = host.socket("tcp://::1:3306")
|
||||
assert keycloak.is_listening
|
||||
rdbms = host.socket("tcp://::1:3306")
|
||||
assert rdbms.is_listening
|
||||
|
||||
def test_keycloak_listening(host):
|
||||
keycloak = host.socket("tcp://::1:8080")
|
||||
|
Loading…
x
Reference in New Issue
Block a user