File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ var yamlSecrets = []yamlSecret{
7676 "/tests/data/egress-mtls/secret/tls-secret.yaml" ,
7777 "/tests/data/ingress-mtls/secret/tls-secret.yaml" ,
7878 "/tests/data/mgmt-configmap-keys/ssl-cert.yaml" ,
79- "/tests/data/prometheus/secret.yaml" ,
8079 "/tests/data/service-insight/secret.yaml" ,
8180 "/tests/data/smoke/smoke-secret.yaml" ,
8281 "/tests/data/transport-server-tcp-load-balance/tcp-tls-secret.yaml" ,
@@ -189,10 +188,12 @@ var yamlSecrets = []yamlSecret{
189188 symlinks : []string {
190189 "/tests/data/tls/tls-secret.yaml" ,
191190 "/tests/data/virtual-server-tls/tls-secret.yaml" ,
191+ "/tests/data/prometheus/secret.yaml" ,
192192 },
193193 usedIn : []string {
194194 "tests/suite/test_tls.py - needed for subject info and common name" ,
195195 "tests/suite/test_virtual_server_tls.py - needed for subject info and common name" ,
196+ "tests/suite/test_prometheus_metrics.py - needed for common name and subject info" ,
196197 },
197198 },
198199 {
You can’t perform that action at this time.
0 commit comments