Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAmbientInstall (0.17 sec)

  1. tests/integration/helm/install_test.go

    global:
      hub: %s
      tag: %s
      variant: %q
    `
    	framework.
    		NewTest(t).
    		Run(setupInstallation(overrideValuesStr, false, DefaultNamespaceConfig, ""))
    }
    
    // TestAmbientInstall tests Istio ambient profile installation using Helm
    func TestAmbientInstall(t *testing.T) {
    	framework.
    		NewTest(t).
    		Run(setupInstallation(ambientProfileOverride, true, DefaultNamespaceConfig, ""))
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top