Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for execKMSTest (0.18 sec)

  1. cmd/kms-handlers_test.go

    		},
    	}
    
    	for testNum, test := range tests {
    		t.Run(fmt.Sprintf("%d %s", testNum+1, test.name), func(t *testing.T) {
    			execKMSTest(t, test, adminTestBed)
    		})
    	}
    }
    
    // execKMSTest runs a single test case for KMS handlers
    func execKMSTest(t *testing.T, test kmsTestCase, adminTestBed *adminErasureTestBed) {
    	var accessKey, secretKey string
    	if test.asRoot {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Aug 18 06:43:03 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top