Skip to content

Commit

Permalink
REMOVE ME - temporary shell command for CDT debug
Browse files Browse the repository at this point in the history
  • Loading branch information
oleiman committed Sep 20, 2023
1 parent baaaa30 commit 1182e7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/rptest/services/keycloak.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,12 @@ def alive(self, node):
def start_node(self, node, **kwargs):
self.logger.debug("Starting Keycloak service")

self.logger.warn(
node.account.ssh_output(f"ls -l {KC}", allow_fail=False))

with node.account.monitor_log(KC_LOG_FILE) as monitor:
node.account.ssh_capture(self._start_cmd(), allow_fail=False)
monitor.wait_until("Running the server in", timeout_sec=30)
monitor.wait_until("Running the server in", timeout_sec=120)

self.logger.debug(f"Keycloak PIDs: {self.pids(node)}")

Expand Down

0 comments on commit 1182e7d

Please sign in to comment.