MCPcopy
hub / github.com/etcd-io/etcd / TestDowngradeWithRootAuth

Function TestDowngradeWithRootAuth

tests/common/maintenance_auth_test.go:66–68  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

64}
65
66func TestDowngradeWithRootAuth(t *testing.T) {
67 testDowngradeWithAuth(t, false, false, WithAuth("root", "rootPass"))
68}
69
70func TestDowngradeWithUserAuth(t *testing.T) {
71 testDowngradeWithAuth(t, false, true, WithAuth("user0", "user0Pass"))

Callers

nothing calls this directly

Calls 2

testDowngradeWithAuthFunction · 0.85
WithAuthFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…