Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Harvest should include a SG and ONTAP fabricpool dashboard #1945

Merged
merged 4 commits into from
Apr 20, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions cmd/tools/grafana/dashboard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -610,12 +610,13 @@ func checkTopKRange(t *testing.T, path string, data []byte) {

func TestOnlyHighlightsExpanded(t *testing.T) {
exceptions := map[string]int{
"cmode/shelf.json": 2,
"cmode/security.json": 3,
"cmode/fsa.json": 2,
"cmode/workload.json": 2,
"cmode/smb2.json": 2,
"cmode/health.json": 2,
"cmode/shelf.json": 2,
"cmode/security.json": 3,
"cmode/fsa.json": 2,
"cmode/workload.json": 2,
"cmode/smb2.json": 2,
"cmode/health.json": 2,
"storagegrid/fabricpool.json": 2,
}
// count number of expanded sections in dashboard and ensure num expanded = 1
visitDashboards(
Expand Down
Loading