Skip to content

Commit

Permalink
[bitnami/scylladb] Set port for nodetool command in goss test
Browse files Browse the repository at this point in the history
Signed-off-by: David Gomez <dgomezleon@vmware.com>
  • Loading branch information
dgomezleon committed Jun 13, 2024
1 parent b69e517 commit 1dd9512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vib/scylladb/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ command:
exit-status: 0
timeout: 20000
cluster-size:
exec: if [ "$(nodetool status | grep {{ .Vars.cluster.numTokens }} | wc -l)" -ne {{ $nodes }} ]; then exit 1; fi
exec: if [ "$(nodetool status -p {{ .Vars.containerPorts.api }} | grep {{ .Vars.cluster.numTokens }} | wc -l)" -ne {{ $nodes }} ]; then exit 1; fi
exit-status: 0
timeout: 20000
{{- $uid := .Vars.containerSecurityContext.runAsUser }}
Expand Down

0 comments on commit 1dd9512

Please sign in to comment.