Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestWorkloadEntryConfigureInvalidArgs (0.44 sec)

  1. istioctl/pkg/workload/workload_test.go

    		assert.Equal(t, c.expectedOutput, output)
    		t.Fatalf("Unexpected output for 'istioctl %s'\n got: %q\nwant: %q", strings.Join(c.args, " "), output, c.expectedOutput)
    	}
    }
    
    func TestWorkloadEntryConfigureInvalidArgs(t *testing.T) {
    	cases := []testcase{
    		{
    			description:       "Invalid command args - missing valid input spec",
    			args:              strings.Split("entry configure --name foo -o temp --clusterID cid", " "),
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 01 20:04:20 UTC 2024
    - 14.6K bytes
    - Viewed (0)
Back to top