openstack-helm-infra/tools/deployment/common/grafana-selenium.sh

7 lines
186 B
Bash
Executable File

#!/bin/bash
export GRAFANA_USER="admin"
export GRAFANA_PASSWORD="password"
export GRAFANA_URI="http://grafana.osh-infra.svc.cluster.local"
python tools/gate/selenium/grafanaSelenium.py