Skip to content

Commit 0bc4899

Browse files
committed
TEST: Update GRPC endpoint used for REVA tests
1 parent 960e910 commit 0bc4899

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,9 @@ el9_asan_docker_image:
779779
- echo ${MGM_POD_HOSTNAME}
780780

781781
# We connect over https, and the certificate is only valid for the hostname, so replace localhost with the MGM's hostname
782-
- exec_cmd eos-mgm1 'sed -i "s/^\(master_url = \"https:\/\/\)localhost\(:[0-9][0-9]*\"\)/\1$(hostname -f)\2/" reva/tests/integration/reva-cli/config/revad-eos.toml'
782+
- exec_cmd eos-mgm1 'sed -i -e "s/^\(master_url = \"https:\/\/\)localhost\(:[0-9][0-9]*\"\)/\1$(hostname -f)\2/" \
783+
-e "s/^\(master_grpc_uri = \"\)localhost\(:[0-9][0-9]*\"\)/\1$(hostname -f)\2/" \
784+
reva/tests/integration/reva-cli/config/revad-eos.toml'
783785

784786
# Start revad
785787
- exec_cmd eos-mgm1 './reva/cmd/revad/revad -c reva/tests/integration/reva-cli/config/revad-eos.toml </dev/null >revad.log 2>&1 & echo $! > revad.pid'

0 commit comments

Comments
 (0)