Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNewServer (0.08 sec)

  1. pilot/pkg/bootstrap/server_test.go

    	// Validate that istiod cert is updated.
    	g.Eventually(func() bool {
    		return checkCert(t, s, testcerts.RotatedCert, testcerts.RotatedKey)
    	}, "10s", "100ms").Should(BeTrue())
    }
    
    func TestNewServer(t *testing.T) {
    	// All of the settings to apply and verify. Currently just testing domain suffix,
    	// but we should expand this list.
    	cases := []struct {
    		name             string
    		domain           string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top