dashboard: Fix wrong testids
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2022-04-14 13:55:39 +02:00
commit d0f3a9c3fb
2 changed files with 12 additions and 8 deletions

View file

@ -16,6 +16,8 @@ const (
DNSSEC
PingResolver
DHCPonRH
DHCPonDG
DHCPonCM
DHCPonGuests
RHaccessNews
RHaccessNet
@ -43,10 +45,12 @@ var CheckMap = map[int]map[AdlinTest]int{
HTTPSonDelegatedDomain: 205,
MatrixSrv: 206,
MatrixClt: 207,
DHCPonRH: 209,
DHCPonGuests: 212,
RHaccessNews: 210,
RHaccessNet: 211,
GuestNet: 213,
DHCPonRH: 208,
DHCPonDG: 209,
DHCPonCM: 210,
DHCPonGuests: 213,
RHaccessNews: 211,
RHaccessNet: 212,
GuestNet: 214,
},
}