forked from p34709852/monkey
UT: Add more propagation credentials
This commit is contained in:
parent
1af21b372c
commit
4a4c4324fb
|
@ -16,3 +16,11 @@ PROPAGATION_CREDENTIALS_2 = Credentials(
|
||||||
identities=(Username(username), Username(special_username)),
|
identities=(Username(username), Username(special_username)),
|
||||||
secrets=(Password(password_1), Password(password_2), Password(password_3)),
|
secrets=(Password(password_1), Password(password_2), Password(password_3)),
|
||||||
)
|
)
|
||||||
|
PROPAGATION_CREDENTIALS_3 = Credentials(
|
||||||
|
identities=(Username(username),),
|
||||||
|
secrets=(Password(password_1),),
|
||||||
|
)
|
||||||
|
PROPAGATION_CREDENTIALS_4 = Credentials(
|
||||||
|
identities=(Username(username),),
|
||||||
|
secrets=(Password(password_2),),
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue