Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetMetricsDriverNotSupportStats (0.34 sec)

  1. pkg/volume/csi/csi_metrics_test.go

    					t.Fatalf("for %s: error: expected :%v , got: %v", tc.name, *usedInodes, *(metrics.InodesUsed))
    				}
    			}
    		}
    	}
    }
    
    // test GetMetrics with a volume that does not support stats
    func TestGetMetricsDriverNotSupportStats(t *testing.T) {
    	tests := []struct {
    		name          string
    		volumeID      string
    		targetPath    string
    		expectSuccess bool
    	}{
    		{
    			name:          "volume created by simple driver",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 06:07:40 UTC 2023
    - 5.8K bytes
    - Viewed (0)
Back to top