tests/framework: Add User operations

This commit is contained in:
Danielle Lancashire
2022-03-17 15:48:01 +00:00
parent 4787e71921
commit adae7a659e
4 changed files with 118 additions and 0 deletions

View File

@ -54,3 +54,7 @@ type DefragOption struct {
type LeaseOption struct {
WithAttachedKeys bool
}
type UserAddOptions struct {
NoPassword bool
}