Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDockerKeyringLookup (0.16 sec)

  1. pkg/credentialprovider/keyring_test.go

    	}
    	keyring.Lookup("foo")
    	if provider.Count != 3 {
    		t.Errorf("Unexpected number of Provide calls: %v", provider.Count)
    	}
    }
    
    func TestDockerKeyringLookup(t *testing.T) {
    	ada := AuthConfig{
    		Username: "ada",
    		Password: "smash", // Fake value for testing.
    		Email:    "******@****.***",
    	}
    
    	grace := AuthConfig{
    		Username: "grace",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 15 10:47:22 UTC 2023
    - 15.1K bytes
    - Viewed (0)
Back to top