Logo
Explore Help
Sign In
IntenseWebs/grafana
3
0
Fork 0
You've already forked grafana
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
5f67d78219eecd8cd9896aabee06ad5c7423258d
grafana/scripts/grafana-server/wait-for-grafana

12 lines
273 B
Plaintext
Raw Normal View History

End2end: Make it possible to run e2e tests with BASE_URL (#24041)
2020-05-03 13:51:30 +02:00
#!/bin/bash
set -eo pipefail
E2E: Rename `end-to-end-tests-server` to `grafana-server` (#44249) * Rename to grafana-server / move scripts into new directory * Change grafana-server step command * Change scripts paths * Use test grabpl version * Update run-suite script * Further name updates * Update grabpl version * Update contribute/style-guides/e2e-core.md Co-authored-by: Maria Alexandra <239999+axelavargas@users.noreply.github.com> Co-authored-by: Maria Alexandra <239999+axelavargas@users.noreply.github.com>
2022-01-20 19:01:00 +02:00
. scripts/grafana-server/variables
End2end: Make it possible to run e2e tests with BASE_URL (#24041)
2020-05-03 13:51:30 +02:00
HOST=${HOST:-$DEFAULT_HOST}
PORT=${PORT:-$DEFAULT_PORT}
echo -e "Waiting for grafana-server to finish starting, host=$HOST, port=$PORT"
timeout 60 bash -c 'until nc -z $0 $1; do sleep 1; done' $HOST $PORT
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 114ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API