We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33de6c0 commit c8626c8Copy full SHA for c8626c8
test/e2e/4_tls_test.go
@@ -407,6 +407,7 @@ func TestTlsWithMultiNode(t *testing.T) {
407
if err != nil {
408
t.Fatalf("Failed to get certificates list: %v", err)
409
}
410
+ t.Log("Certificates list", certs)
411
certURIs := gjson.Get(certs, `certificate-default-list.list-items.list-item.#.uriref`).Array()
412
t.Log("Dnode Cert Url", certURIs)
413
if len(certURIs) < 2 {
0 commit comments