Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for Messages (0.07 sec)

  1. tests/integration/pilot/revisions/uninstall_test.go

    				}
    				_, actualError, _ := istioCtl.Invoke(uninstallCmd)
    				if !strings.Contains(actualError, revisionNotFound) {
    					scopes.Framework.Errorf("istioctl uninstall command expects to fail with error message: %s, but got: %s", revisionNotFound, actualError)
    				}
    			})
    		})
    }
    
    func TestUninstallWithSetFlag(t *testing.T) {
    	framework.
    		NewTest(t).
    		Run(func(t framework.TestContext) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 8.8K bytes
    - Viewed (0)
Back to top