Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRevisionedUpgrade (0.15 sec)

  1. tests/integration/pilot/revisioned_upgrade_test.go

    	kubetest "istio.io/istio/pkg/test/kube"
    )
    
    const (
    	callInterval     = 200 * time.Millisecond
    	successThreshold = 0.95
    )
    
    // TestRevisionedUpgrade tests a revision-based upgrade from the specified versions to current master
    func TestRevisionedUpgrade(t *testing.T) {
    	// nolint: staticcheck
    	framework.NewTest(t).
    		RequiresSingleCluster().
    		RequiresLocalControlPlane().
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top