Skip to content
Snippets Groups Projects
Commit 2e8542d1 authored by Christoph Alt's avatar Christoph Alt
Browse files

added a "at least it does not crash test" for the dashboard

parent 638885f0
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ from dashboards.dashboard_base import (get_commit_annotation, ...@@ -5,6 +5,7 @@ from dashboards.dashboard_base import (get_commit_annotation,
get_dashboard_variable_query, get_dashboard_variable_query,
get_influx_target) get_influx_target)
from dashboards.dashboard_list import dashboard_uniformGridGPU from dashboards.dashboard_list import dashboard_uniformGridGPU
from dashboards.dashboard_fe2ti import dashboard_fe2ti
from dashboards.influx_queries import Query, show_tag_values from dashboards.influx_queries import Query, show_tag_values
dataSource = 'InfluxDB-1' dataSource = 'InfluxDB-1'
...@@ -79,3 +80,7 @@ dashboard = Dashboard( ...@@ -79,3 +80,7 @@ dashboard = Dashboard(
def test_build_dashboard(): def test_build_dashboard():
assert dashboard_uniformGridGPU() == dashboard assert dashboard_uniformGridGPU() == dashboard
def Test_dashboard_fe2ti():
dashboard_fe2ti()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment