Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestListPlugins (0.14 sec)

  1. pkg/scheduler/framework/runtime/framework_test.go

    			got := f.WaitOnPermit(ctx, pod)
    			if !reflect.DeepEqual(tt.want, got) {
    				t.Errorf("Unexpected status: want %v, but got %v", tt.want, got)
    			}
    		})
    	}
    }
    
    func TestListPlugins(t *testing.T) {
    	tests := []struct {
    		name    string
    		plugins *config.Plugins
    		want    *config.Plugins
    	}{
    		{
    			name:    "Add empty plugin",
    			plugins: &config.Plugins{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
Back to top