c3bef9e88f
This adds scripts using Selenium Webdriver to verify the dashboards for Gafana, Nagios, and Prometheus are reachable and functioning as expected. The scripts create screenshots of each dashboard as well as pages that can be navigated to. It also adds the scripts to the gates for the single and multinode deployments. Change-Id: I1699e0ba8ff82ce8f59342cc71aad10cff7d2516
7 lines
194 B
Bash
Executable File
7 lines
194 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export PROMETHEUS_USER="admin"
|
|
export PROMETHEUS_PASSWORD="changeme"
|
|
export PROMETHEUS_URI="prometheus.osh-infra.svc.cluster.local"
|
|
python tools/gate/selenium/prometheusSelenium.py
|