Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestInstallCommandInput (0.2 sec)

  1. tests/integration/operator/install_test.go

    )
    
    const InvalidRevision = "invalid revision specified"
    
    type installTestCase struct {
    	command   []string
    	errString string
    }
    
    // TestInstallCommandInput tests istioctl install command with different input arguments
    func TestInstallCommandInput(t *testing.T) {
    	framework.
    		NewTest(t).
    		Run(func(ctx framework.TestContext) {
    			istioCtl := istioctl.NewOrFail(ctx, ctx, istioctl.Config{})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 14:30:43 UTC 2024
    - 2.8K bytes
    - Viewed (0)
Back to top